summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-20Use tevent_req_oomVolker Lendecke2-3/+3
2011-06-20source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell1-0/+96
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell8-11/+11
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-6/+11
2011-06-20tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2-3/+3
2011-06-20tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell1-2/+10
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2-1/+10
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell1-6/+6
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell3-4/+4
2011-06-20tdb_chainunlock: ignore return value.Rusty Russell2-8/+2
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell2-3/+3
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell3-18/+9
2011-06-20tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2-5/+5
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-2/+2
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell1-3/+3
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell4-9/+9
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2-2/+2
2011-06-20source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell1-2/+4
2011-06-17errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett1-11/+11
2011-06-12s3: Add wins_server_tag_ips()Volker Lendecke1-0/+42
2011-06-10source3/lib/privileges.h: fix licence/copyrightGünther Deschner1-0/+27
2011-06-10source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner1-0/+19
2011-06-10Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe1-6/+6
2011-06-09s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher1-1/+1