summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
* libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Fix bug 5334Volker Lendecke2008-03-183-0/+45
* Some simplificationsVolker Lendecke2008-03-173-10/+7
* Coverity fixesMarc VanHeyningen2008-03-1727-82/+162
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-176-273/+257
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-176-31/+83
* socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
* Fix use of AuthDataWithContext capabilityDerrell Lipman2008-03-172-5/+20
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-172-5/+4
* Use right control to attach to persistent databasesVolker Lendecke2008-03-171-2/+5
* Add "net idmap aclmapset"Volker Lendecke2008-03-171-0/+65
* registry: untangle assignment and if-clause in init_registry_data().Michael Adam2008-03-171-1/+2
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam2008-03-171-9/+8
* registry: use talloc instead of malloc and provide common exit pointMichael Adam2008-03-171-13/+13
* registry: remove an unused variable from regdb_set_secdesc().Michael Adam2008-03-171-6/+0
* registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam2008-03-171-6/+7
* registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam2008-03-171-5/+1
* registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam2008-03-171-2/+1
* registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam2008-03-171-14/+14
* registry: don't leak to talloc stack in regdb_fetch_keys().Michael Adam2008-03-171-1/+2
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-2/+2
* registry: don't leak on success path in regdb_store_keys().Michael Adam2008-03-171-0/+1
* registry: allocate tempory data in talloc stack in regdb_store_keys().Michael Adam2008-03-171-6/+4
* registry: separate cancel and failur exit paths in regdb_store_keys().Michael Adam2008-03-171-19/+20
* registry: don't leak memory on transaction fail in regdb_store_keys().Michael Adam2008-03-171-2/+2
* registry: don't leak (to talloc_tos()) in regdb_store_keys().Michael Adam2008-03-171-1/+2
* registry: reformat regdb_store_keys_internal(), killing long lines.Michael Adam2008-03-171-9/+13
* registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().Michael Adam2008-03-171-1/+2
* registry: reformat init_registry_data() some, killing long lines.Michael Adam2008-03-171-29/+39
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-10/+10
* registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam2008-03-171-0/+2
* registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam2008-03-171-13/+13
* registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam2008-03-171-27/+27
* registry: migrate tdb registry backend to dbwrap.Michael Adam2008-03-171-49/+52
* Fix Coverity ID 567Volker Lendecke2008-03-161-1/+1
* Need to close the /dev/zero fdVolker Lendecke2008-03-161-0/+2
* Fix Coverity ID 554Volker Lendecke2008-03-151-0/+3
* Fix Coverity ID 555Volker Lendecke2008-03-151-0/+1
* Fix Coverity ID 563Volker Lendecke2008-03-151-5/+1
* Fix Coverity ID 564Volker Lendecke2008-03-151-10/+0
* Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-151-1/+1
* Fix typo.Günther Deschner2008-03-151-1/+1
* Fix bug 5317Volker Lendecke2008-03-141-1/+1