summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner2008-02-171-15/+15
* Use the proper boolean constants.Michael Adam2008-02-141-3/+3
* Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner2008-02-141-2/+2
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
* Merge data_blob_talloc_zero() from samba4.Günther Deschner2008-02-131-0/+12
* Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-132-2/+2
* Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-131-2/+2
* Fix out of tree builds.Jelmer Vernooij2008-02-131-2/+2
* Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-132-37/+42
* Split rules.mk out of Makefile.Jelmer Vernooij2008-02-132-27/+31
* Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-131-1/+1
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-02-132-2/+0
* talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-02-132-0/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2008-02-131-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2008-02-131-0/+7
* r26292: Make sure swig directory exists.Jelmer Vernooij2008-02-131-0/+1
* r26280: Fix installation if swig is not available.Jelmer Vernooij2008-02-131-1/+1
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2008-02-131-0/+1
* r26197: Add bindings for libsecurity.Jelmer Vernooij2008-02-132-9/+2
* r26187: Fix module name, indentation.Jelmer Vernooij2008-02-131-0/+2
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2008-02-131-0/+24
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2008-02-132-2/+2
* r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher2008-02-131-2/+1
* r25953: AIX make doesn't support $^.Jelmer Vernooij2008-02-132-2/+2
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2008-02-133-2/+6
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2008-02-131-1/+1
* r25882: Build shared library of talloc as well.Jelmer Vernooij2008-02-132-2/+22
* Use pidl for _lsa_LookupPrivDisplayName().Günther Deschner2008-02-111-0/+4
* Fix some typos.Karolin Seeger2008-02-082-3/+3
* merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.Michael Adam2008-02-061-2/+2
* Add support for LDAP debug output in Samba log file.Michael Adam2008-02-061-0/+52
* Fix a debug messageVolker Lendecke2008-02-051-1/+1
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-17/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-042-13/+6
* Simplify str_list_xxxVolker Lendecke2008-02-041-111/+47
* popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin2008-02-041-3/+12
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-23/+2
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-44/+7
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-8/+7
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-22/+23
* Convert read_smb_length to return NTSTATUSVolker Lendecke2008-02-021-18/+5
* Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke2008-02-021-36/+44
* Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-2/+19
* Add read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-23/+48
* Return NOTFOUND from db_tdb_delete if the record does not existVolker Lendecke2008-02-021-2/+9
* NetBSD needs LD_LIBRARY_PATHVolker Lendecke2008-02-011-0/+3
* Fix a typoVolker Lendecke2008-02-011-1/+1
* Ensure that convert_string_allocate() allocates 2 extraJeremy Allison2008-02-011-6/+14