summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck2011-07-011-2/+2
* s3:g_lock: g_lock.tdb should not be executableChristian Ambach2011-06-271-1/+2
* s3-param Remove %(DomainSID) supportAndrew Bartlett2011-06-241-102/+0
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell2011-06-211-2/+7
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-213-35/+97
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-211-128/+0
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-211-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-202-3/+3
* source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell2011-06-201-0/+96
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-208-11/+11
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-6/+11
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-202-3/+3
* tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell2011-06-201-2/+10
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-202-1/+10
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-6/+6
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-203-4/+4
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-202-8/+2
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-202-3/+3
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-203-18/+9
* tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2011-06-202-5/+5
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-2/+2
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-3/+3
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-204-9/+9
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-202-2/+2
* source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2011-06-201-2/+4
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-171-11/+11
* s3: Add wins_server_tag_ips()Volker Lendecke2011-06-121-0/+42
* source3/lib/privileges.h: fix licence/copyrightGünther Deschner2011-06-101-0/+27
* source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner2011-06-101-0/+19
* Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe2011-06-101-6/+6
* s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher2011-06-091-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-096-46/+12
* s3-lib Add myhostname_upper()Andrew Bartlett2011-06-091-0/+16
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-4/+14
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-092-28/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-092-21/+2
* s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-092-22/+6
* s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett2011-06-091-19/+18
* s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2011-06-092-0/+8