summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-02-11spoolss: allow to set server architecture via parametric option.Günther Deschner1-2/+2
2010-02-11s3-spoolss: implement spoolss_EnumJobs level 3.Günther Deschner1-0/+76
2010-02-10Fix unused variable warning after change to new DLINK macros.Jeremy Allison1-2/+0
2010-02-10Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison1-6/+8
2010-02-10util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell1-59/+111
2010-02-10s3-smbd: update to use new DLIST macrosAndrew Tridgell2-6/+5
2010-02-10s3-registry: update to use new DLIST macrosAndrew Tridgell1-2/+2
2010-02-10s3-perfcount: update to use new DLIST macrosAndrew Tridgell2-3/+2
2010-02-10s3-locking: update to use DLIST_ADD_AFTER()Andrew Tridgell1-5/+1
2010-02-10s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell2-23/+25
2010-02-10s3-memcache: update memcache to use new DLIST macrosAndrew Tridgell1-18/+3
2010-02-10s3-ldb: update the old ldb in s3 to use new DLIST macrosAndrew Tridgell2-30/+4
2010-02-10s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell4-73/+9
2010-02-10Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison1-0/+16
2010-02-10Revert "Change the default of "nmbd bind explicit broadcast" to "no""Jeremy Allison1-3/+3
2010-02-10More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison1-0/+89
2010-02-10Change the default of "nmbd bind explicit broadcast" to "no"Jeremy Allison1-3/+3
2010-02-10s3: change ldap filter to what really was intendedBjörn Jacke1-1/+1
2010-02-09Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2-3/+6
2010-02-09Missed one check on the memcpy for bug #7063.Jeremy Allison1-1/+1
2010-02-09Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core du...Jeremy Allison1-1/+4
2010-02-09Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison1-1/+1
2010-02-09s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher1-4/+3
2010-02-09s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher1-2/+2
2010-02-09s3:selftest: make selftest requires bash for nowStefan Metzmacher1-1/+1
2010-02-09s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher1-4/+16
2010-02-09s3: fix some wrong newlines in de translation stringsBjörn Jacke1-8/+8
2010-02-09vfs_catia: fix return type warningsBjörn Jacke1-2/+2
2010-02-08Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2-1/+6
2010-02-08Fix bug #6876 for acl_tdb module.Jeremy Allison1-2/+1
2010-02-08s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher1-5/+19
2010-02-08s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher1-1/+212
2010-02-08s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher1-4/+6
2010-02-08s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher1-3/+3
2010-02-08s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broad...Stefan Metzmacher3-1/+13
2010-02-08s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher6-115/+222
2010-02-08s3-net: fix net ads dns usage calls.Günther Deschner1-3/+8
2010-02-08s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher1-31/+35
2010-02-08s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2-7/+34
2010-02-08s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher1-5/+85
2010-02-08s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher1-5/+28
2010-02-08s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke1-0/+4
2010-02-08s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher1-0/+71
2010-02-09s3: Don't invalidate cache for uninitialized domains.Bo Yang3-1/+52
2010-02-08s3: quiet the unresolved symbol warnings of the Compaq compiler when linking ...Björn Jacke1-0/+11
2010-02-07s3: fix build issue on Tru64Björn Jacke1-7/+7
2010-02-07s3: Fix some DEBUG statementsVolker Lendecke1-2/+2
2010-02-07s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke3-41/+28
2010-02-07s3: Remove some unused codeVolker Lendecke2-58/+0
2010-02-07s3: Fix some commentsVolker Lendecke1-2/+2