summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-16tdb: change version to 1.3.1tdb-1.3.1Michael Adam2-1/+69
2014-09-16tdb:tools: fix a compiler warningStefan Metzmacher1-4/+4
2014-09-16s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2-3/+6
2014-09-08torture: fix whitespace/tab mixup in internal_torture_run_test()Michael Adam1-22/+22
2014-09-05lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher1-2/+1
2014-09-01lib/texpect: add texpect binary based on heimdals rkpty.Günther Deschner2-0/+450
2014-09-01Remove custom password change code in libadsSimo Sorce1-1/+0
2014-08-31Look for system setproctitle before trying -lbsd.Jelmer Vernooij1-2/+2
2014-08-31replace: remove tabs.Jelmer Vernooij1-4/+4
2014-08-31replace: remove unused and duplicate imports.Jelmer Vernooij1-2/+2
2014-08-28Fix typo in ldbrename manpageMarc Muehlfeld1-1/+1
2014-08-23lib: Introduce server_id_same_process()Volker Lendecke2-5/+9
2014-08-21ldb: Fix check for third_partyAmitay Isaacs1-2/+2
2014-08-20replace: Remove unused item returned by FAILED()Martin Schwenke1-1/+1
2014-08-18tdbtorture: print details when run with -n 1David Disseldorp1-4/+4
2014-08-15lib: Remove parser code, now replaced with tini parser.Volker Lendecke1-508/+2
2014-08-14Add tiniparser - tiny version of iniparser that only implements what Samba uses.Jeremy Allison3-1/+441
2014-08-14Use tini in preference.Volker Lendecke1-0/+28
2014-08-14Add tini parser.Volker Lendecke3-1/+348
2014-08-09lib/popt: Remove non third_party popt.Ira Cooper14-3321/+0
2014-08-09third_party/popt: Initial support for popt.Ira Cooper1-3/+15
2014-08-09lib/zlib: Remove non third_party zlib.Ira Cooper197-54080/+0
2014-08-09lib/iniparser: Remove non third_party iniparser.Ira Cooper27-3524/+0
2014-08-08krb5_wrap: Use com_err in krb5_warnx.Andreas Schneider1-2/+5
2014-08-08lib/krb5_wrap: make sure smb_krb5_principal_get_realm returns a malloced string.Günther Deschner1-3/+5
2014-08-08lib/krb5_wrap: provide krb5_warnx() replacement.Günther Deschner2-0/+27
2014-08-08lib/krb5_wrap: use krb5_copy_data_contents in smb_krb5_principal_set_realm.Günther Deschner1-5/+5
2014-08-08lib/krb5_wrap: provide CKSUMTYPE_HMAC_MD5 type matching MIT.Günther Deschner1-0/+6
2014-08-08lib/krb5_wrap: define KRB5_PW_SALT if it is not already there.Günther Deschner1-0/+4
2014-08-08lib/krb5_wrap: add smb_krb5_principal_get_type().Günther Deschner2-0/+23
2014-08-08lib/krb5_wrap: add smb_krb5_principal_set_realm().Günther Deschner2-0/+48
2014-08-08lib/krb5_wrap: use const principal in smb_krb5_principal_get_realm().Günther Deschner2-2/+2
2014-08-08lib/krb5_wrap: add krb5_copy_data_contents.Günther Deschner2-0/+37
2014-08-08lib/krb5_wrap: add smb_krb5_principal_get_comp_string().Günther Deschner2-0/+42
2014-08-08lib/krb5_wrap: move krb5_princ_size replacement code to lib/krb5_wrap/krb5_sa...Günther Deschner1-0/+8
2014-08-08lib/krb5_wrap: add smb_krb5_get_allowed_weak_crypto().Günther Deschner2-0/+55
2014-08-08lib/krb5_wrap: remove unused create_kerberos_key_from_string_direct().Günther Deschner2-54/+0
2014-08-08lib/krb5_wrap: add smb_krb5_create_key_from_string().Günther Deschner2-0/+79
2014-08-08lib/krb5_wrap: add smb_krb5_get_pw_salt().Günther Deschner2-0/+45
2014-08-06lib: strings: Simplify strcasecmpVolker Lendecke1-35/+13
2014-08-06s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison1-0/+12
2014-08-06lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...Jeremy Allison1-2/+27
2014-08-06lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison1-1/+11
2014-08-04lib: Remove unused nstrcpyVolker Lendecke1-5/+0
2014-08-02lib: Make DEBUG a subsystem of its ownVolker Lendecke1-2/+7
2014-08-01lib: Make close_low_fd() independently linkableVolker Lendecke6-51/+101
2014-08-01debug: Use close_low_fd in reopen_logs_internalVolker Lendecke1-1/+1
2014-08-01lib: Use close_low_fd in close_low_fdsVolker Lendecke1-33/+19
2014-08-01lib: Add close_low_fdVolker Lendecke2-0/+48
2014-08-01fix unstrcpyVolker Lendecke1-1/+1