summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam33-78/+208
2011-07-29s3:g_lock: explicitly include dbwrap.hMichael Adam1-0/+1
2011-07-29s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"Michael Adam1-1/+1
2011-07-29s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.cMichael Adam1-0/+1
2011-07-29talloc: added test suite for talloc_free_children()Andrew Tridgell1-0/+44
2011-07-29talloc: preserve context name on talloc_free_children()Simo Sorce1-0/+23
2011-07-29samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell9-24/+27
2011-07-29samba-tool: fixed binary encoding of usernames in setpasswordAndrew Tridgell1-2/+2
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2-0/+57
2011-07-29ldb: added a test for an invalid search expressionAndrew Tridgell1-0/+3
2011-07-29ldb: fixed a search expression parse bugAndrew Tridgell1-1/+11
2011-07-29s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2-5/+45
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett8-61/+129
2011-07-29gensec: Add a way to request a unix token from GENSECAndrew Bartlett3-5/+14
2011-07-29ntvfs: Use security_unix_token from auth.idlAndrew Bartlett1-24/+16
2011-07-29s3-selftest Add tests for 'map to guest = bad user'Andrew Bartlett2-1/+36
2011-07-29selftest: Avoid being run over by armies of the undeadAndrew Bartlett1-0/+2
2011-07-29nbt: Add comment explaining that these responses are manually encodedAndrew Bartlett1-1/+5
2011-07-29selftest: explain how the message command test worksAndrew Bartlett2-0/+3
2011-07-29s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett1-5/+5
2011-07-29s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett1-1/+1
2011-07-28s3-printing: Add forward declaration for dcerpc_binding_handle.Andreas Schneider1-0/+2
2011-07-28s3: Priorize the async echo responder over the clientVolker Lendecke1-4/+15
2011-07-28tevent: Slightly simplify poll_event_loop_pollVolker Lendecke1-33/+38
2011-07-28s3: Remove unused smbd_echo_reader()Volker Lendecke1-97/+0
2011-07-28s3: Use smbd_echo_read_send in the async echo handlerVolker Lendecke1-6/+68
2011-07-28s3: Add smbd_echo_read_send/recvVolker Lendecke1-0/+155
2011-07-28Add wait_for_read_send/recvVolker Lendecke2-0/+60
2011-07-28s3-rpc_server: Use talloc for pipe_rpc_fnsSimo Sorce3-22/+7
2011-07-28s3-rpc_server: remove useless codeSimo Sorce1-3/+1
2011-07-28s3-rpc_server: remove unnecessary talloc_freeSimo Sorce1-2/+0
2011-07-28s3-rpc_server: Remove dead codeSimo Sorce1-16/+0
2011-07-28s3-spoolss: Use existing handle in printer_driver_files_in_use().Andreas Schneider3-17/+4
2011-07-28s3-spoolss: Use existing handle in printer_driver_in_use().Andreas Schneider3-20/+5
2011-07-28s3: In the async echo test, write 65kVolker Lendecke1-1/+1
2011-07-28s3:modules:nfs4_acls: improve fix for bug #8330Michael Adam1-4/+2
2011-07-28s3:torture: use lp_load_global() in pdbtest - this does not need shares nor IPC$Michael Adam1-1/+1
2011-07-28s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$Michael Adam1-1/+1
2011-07-28s3:smbstatus: use lp_load_global() - smbstatus does not need to load shares!Michael Adam1-1/+1
2011-07-28s3:split_tokens: use lp_load_global(), fixing the call to lp_load()Michael Adam1-1/+1
2011-07-28s3:split_tokens: fix a nonempty blank lineMichael Adam1-1/+1
2011-07-28s3: use lp_load_global() in smbw_sample -- whatever this is ... :-)Michael Adam1-1/+1
2011-07-28s3:smbtree: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:smbpasswd: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:smbfilter: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:smbcquotas: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:smbcontrol: use lp_load_global(): smbcontrol does not need to load the sharesMichael Adam1-1/+1
2011-07-28s3:smbcacls: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:pdbedit: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:ntlm_auth: use lp_load_global()Michael Adam1-1/+1