summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-prefork: provide way to send a signal to all childrenSimo Sorce2011-08-102-0/+15
* s3-prefork: provide means to expand the pool sizeSimo Sorce2011-08-102-0/+33
* s3-prefork: add way to manage number of clients per childSimo Sorce2011-08-102-3/+38
* s3-prefork: add asynchronous functionsSimo Sorce2011-08-102-1/+267
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-102-0/+578
* s3: Remove an unnecessary includeVolker Lendecke2011-08-101-1/+0
* s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher2011-08-091-0/+4
* s3:smbconf let drop leave the smbconf key in place to match a virgin registry...Gregor Beck2011-08-081-1/+1
* s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke2011-08-051-2/+13
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-8/+0
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-291-0/+148
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-291-0/+17
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-2916-13/+151
* s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam2011-07-293-32/+33
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-299-71/+182
* s3:g_lock: explicitly include dbwrap.hMichael Adam2011-07-291-0/+1
* s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.cMichael Adam2011-07-291-0/+1
* s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam2011-07-281-6/+1
* s3:libnetapi: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3:lib change default share security access maskChristian Ambach2011-07-261-3/+3
* s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+7
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-211-1/+1
* s3:lib/afs use stdbool typesChristian Ambach2011-07-212-22/+22
* s3:lib/afs_settoken fix some compiler warningsChristian Ambach2011-07-211-3/+4
* s3:lib/afs fix some compiler warningsChristian Ambach2011-07-211-2/+3
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-212-4/+13
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-202-4/+5
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-202-2/+4
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-2/+2
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-192-3/+3
* s3-lib Remove unused get_cmdline_auth_info_copyAndrew Bartlett2011-07-141-24/+0
* s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...Björn Baumbach2011-07-121-2/+2
* s3:lib: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2011-07-121-2/+2
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-20/+0
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-136/+0
* s3-lib use True and False in bitmap.cAndrew Bartlett2011-07-081-7/+7
* s3:sharesec: return an error if get_share_security() returns NULLStefan Metzmacher2011-07-061-1/+1
* s3:sharesec: also initialize pgranted if get_share_security() returns NULLStefan Metzmacher2011-07-061-0/+3
* s3: Follow the TALLOC_FREE convention in source3Volker Lendecke2011-07-061-1/+1
* s3: Fix Coverity ID 2586 -- NO_EFFECTVolker Lendecke2011-07-061-1/+1
* s3:lib fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-051-2/+8
* s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett2011-07-041-1/+81
* s3-util: Add a get_remote_hostname() function.Andreas Schneider2011-07-041-0/+108
* s3: Make cli_cm_open return NTSTATUSVolker Lendecke2011-07-031-7/+10
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-4/+4
* s3:smbldap: make smbldap_connect_system self containedGregor Beck2011-07-011-6/+11
* s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck2011-07-011-0/+7
* s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck2011-07-011-2/+1
* s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck2011-07-011-1/+2