summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib/util: add samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* build/autoconf: fix check for GNU ld versionBjörn Jacke2013-02-191-1/+5
* s3:build fix the build with --fake-kaserverChristian Ambach2013-02-191-1/+1
* s3:lib/afs fix the buildChristian Ambach2013-02-191-1/+1
* s3:smbd: preserve file type mode bits in file_set_dosmode()Michael Adam2013-02-191-0/+3
* gencache: fix an extra newline in a DEBUG message in gencache_set_data_blob()Michael Adam2013-02-191-1/+1
* gencache: fix an extra newline in a DEBUG message in gencache_iterate_fn()Michael Adam2013-02-191-1/+1
* gencache: fix an extra newline in a DEBUG message in gencache_iterate_blobs_fn()Michael Adam2013-02-191-1/+1
* gencache: unify a DEBUG message in gencache_set_data_blob()Michael Adam2013-02-191-2/+3
* gencache: unify a DEBUG message in gencache_iterate_fn()Michael Adam2013-02-191-1/+1
* gencache: unify a DEBUG message in gencache_iterate_blobs_fn()Michael Adam2013-02-191-1/+2
* gencache: unify a DEBUG message in gencache_del()Michael Adam2013-02-191-1/+1
* s3:net: new implementation of "servid wipedbs" with smbXsrv_*Gregor Beck2013-02-191-2/+564
* lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck2013-02-191-19/+4
* s3:smbXsrv_open: add smbXsrv_open_global_traverse()Gregor Beck2013-02-192-0/+77
* s3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_traverse()Gregor Beck2013-02-191-0/+1
* s3:smbXsrv_session: pass record in smbXsrv_session_global_traverse()Gregor Beck2013-02-191-0/+1
* s3:smbd:smb2: fix segfault (access after free) in durable disconnect codeMichael Adam2013-02-192-0/+2
* s3:smbd: add debugging to close code (regarding disconnect of a durable)Michael Adam2013-02-181-0/+14
* s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()Stefan Metzmacher2013-02-181-1/+11
* srv_epmapper.c: Fix typo.Karolin Seeger2013-02-181-5/+5
* srv_netlog_nt.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* brlock.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* vfs_gpfs: Fix typos in comments.Karolin Seeger2013-02-181-2/+2
* s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam2013-02-131-1/+1
* Fix bug 9519 - Samba returns unexpected error on SMB posix open.Jeremy Allison2013-02-121-2/+9
* Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison2013-02-111-1/+2
* Improve the configure tests for aio_suspend to get rid of warnings. Timur pro...Richard Sharpe2013-02-092-2/+2
* s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper2013-02-083-9/+20
* winbind: Fix an incompatible pointer type warningVolker Lendecke2013-02-081-1/+1
* torture: We use transactions for CLEAR_IF_FIRST dbVolker Lendecke2013-02-081-1/+1
* BUG 9633: Recursive mget should continue on EPERM.David Disseldorp2013-02-071-2/+11
* s3-rpc_server: Fix password encoding in _netr_ServerGetTrustInfo().Sumit Bose2013-02-071-14/+8
* s3-rpc_server: Dont wipe out ref pointers in _netr_ServerGetTrustInfo().Günther Deschner2013-02-071-13/+4
* autoconf: rename pdb_ldap module to pdb_ldapsamAlexander Bokovoy2013-02-061-2/+7
* source3/wscript: support 'pdb_ldap' module in configureAlexander Bokovoy2013-02-061-0/+13
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-066-13/+17
* s3:auth small optimization in create_token_from_sidChristian Ambach2013-02-051-3/+5
* s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam2013-02-051-5/+7
* s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam2013-02-051-3/+2
* s3:net_idmap_delete do not lock two records at the same timeChristian Ambach2013-02-051-24/+25
* s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam2013-02-051-1/+1
* s3:param: add new lp_idmap_default_backend()Michael Adam2013-02-052-0/+6
* s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2013-02-052-0/+28
* s3:param: add a commentMichael Adam2013-02-051-0/+4
* s3:param: remove unused function lp_idmap_backend()Michael Adam2013-02-052-1/+1
* s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam2013-02-051-2/+2
* s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2013-02-052-49/+0
* s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam2013-02-051-2/+2
* s3:param: add utility function lp_idmap_default_range()Michael Adam2013-02-052-0/+6