summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-05s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke1-2/+13
2011-08-03s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett1-8/+0
2011-07-29s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke1-0/+148
2011-07-29s3: Make is_executable() available in lib/Volker Lendecke1-0/+17
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam16-13/+151
2011-07-29s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam3-32/+33
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam9-71/+182
2011-07-29s3:g_lock: explicitly include dbwrap.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.cMichael Adam1-0/+1
2011-07-28s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam1-6/+1
2011-07-28s3:libnetapi: use lp_load_global()Michael Adam1-1/+1
2011-07-26s3:lib change default share security access maskChristian Ambach1-3/+3
2011-07-22s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher1-2/+7
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach1-1/+1
2011-07-21s3:lib/afs use stdbool typesChristian Ambach2-22/+22
2011-07-21s3:lib/afs_settoken fix some compiler warningsChristian Ambach1-3/+4
2011-07-21s3:lib/afs fix some compiler warningsChristian Ambach1-2/+3
2011-07-21s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2-4/+13
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2-4/+5
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2-2/+4
2011-07-19Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2-2/+2
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2-3/+3
2011-07-14s3-lib Remove unused get_cmdline_auth_info_copyAndrew Bartlett1-24/+0
2011-07-12s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...Björn Baumbach1-2/+2
2011-07-12s3:lib: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher1-2/+2
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher1-20/+0
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett1-136/+0
2011-07-08s3-lib use True and False in bitmap.cAndrew Bartlett1-7/+7
2011-07-06s3:sharesec: return an error if get_share_security() returns NULLStefan Metzmacher1-1/+1
2011-07-06s3:sharesec: also initialize pgranted if get_share_security() returns NULLStefan Metzmacher1-0/+3
2011-07-06s3: Follow the TALLOC_FREE convention in source3Volker Lendecke1-1/+1
2011-07-06s3: Fix Coverity ID 2586 -- NO_EFFECTVolker Lendecke1-1/+1
2011-07-05s3:lib fix non-empty blank linesChristian Ambach1-3/+3
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke1-2/+8
2011-07-04s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett1-1/+81
2011-07-04s3-util: Add a get_remote_hostname() function.Andreas Schneider1-0/+108
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke1-7/+10
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-4/+4
2011-07-01s3:smbldap: make smbldap_connect_system self containedGregor Beck1-6/+11
2011-07-01s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck1-0/+7
2011-07-01s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck1-2/+1
2011-07-01s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck1-1/+2
2011-07-01s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck1-2/+2
2011-06-27s3:g_lock: g_lock.tdb should not be executableChristian Ambach1-1/+2
2011-06-24s3-param Remove %(DomainSID) supportAndrew Bartlett1-102/+0
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-21s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell1-2/+7
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett3-35/+97
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-128/+0
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett1-1/+1