summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher2012-09-281-4/+1
* panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou2012-09-281-1/+1
* dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett2012-09-123-10/+0
* lib/param: change the default for 'allow dns updates' to 'secure only'Stefan Metzmacher2012-09-121-1/+1
* lib/param: add some more alias for 'allow dns updates' options.Stefan Metzmacher2012-09-121-0/+12
* loadparm: dns is now a default server serviceKai Blin2012-09-121-1/+1
* lib/krb5_wrap: when deleting default realm, pass char*, not char**Alexander Bokovoy2012-09-121-1/+1
* At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison2012-09-111-4/+9
* lib/replace: remove duplicate check for inotifyMichael Adam2012-09-111-1/+1
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-09-101-2/+4
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2012-09-082-0/+10
* s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2012-09-082-0/+10
* loadparm: remove remnants of removed option "share modes"Michael Adam2012-09-081-1/+0
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-072-0/+2
* waf: add check for BSD_STYLE_STATVFSBjörn Jacke2012-09-071-0/+12
* param: remove unused define FN_LOCAL_PARM_CHAR()Michael Adam2012-09-071-2/+0
* s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2012-09-061-0/+4
* lib/krb4_wrap: Add const to kt_copy_one_principalAndrew Bartlett2012-08-292-2/+2
* libkrb5: Fix build with MIT Kerberos.Andreas Schneider2012-08-291-6/+6
* s4-dsdb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett2012-08-291-0/+8
* lib/ldb: Avoid printing secret attributes in ldb trace logsldb-1.1.12Andrew Bartlett2012-08-298-14/+352
* lib/ldb: Bump ldb version to 1.1.11ldb-1.1.11Andrew Bartlett2012-08-283-1/+262
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-284-36/+109
* lib/krb5_wrap: Move kerberos_enctype_to_bitmap() into krb5_wrapAndrew Bartlett2012-08-282-0/+23
* lib/krb5_wrap: Bring list of all enc types into krb5_wrapAndrew Bartlett2012-08-282-0/+16
* lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher2012-08-241-1/+3
* lib/param: fix usage of 'write list = +Group'Stefan Metzmacher2012-08-241-2/+8
* crypto/aes_ccm_128: fix compile warning on openindianaBjörn Jacke2012-08-231-1/+1
* LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer2012-08-221-1/+18
* LDB:ldbsearch - add search filter testsMatthias Dieter Wallnöfer2012-08-221-0/+2
* LDB:ldbsearch - search filters do not only contain "="Matthias Dieter Wallnöfer2012-08-221-1/+1
* LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer2012-08-222-3/+3
* build: Remove special case for the build farmAndrew Bartlett2012-08-215-5/+5
* lib/util: add server_id_set_disconnected() and server_id_is_disconnected()Michael Adam2012-08-172-1/+48
* lib/util: let server_id_str() skip the task_id if 0 in the cluster case tooStefan Metzmacher2012-08-171-0/+5
* lib/util: add server_id_from_string()Stefan Metzmacher2012-08-172-0/+38
* lib/util: add server_id_equal()Stefan Metzmacher2012-08-172-0/+22
* tevent: change version to 0.9.17 after adding the "poll_mt" backendtevent-0.9.17Stefan Metzmacher2012-08-162-1/+83
* tevent: Add threaded poll_mt testcaseVolker Lendecke2012-08-161-0/+145
* lib/tevent: Add a thread-safe tevent backendVolker Lendecke2012-08-163-3/+160
* tevent_poll: Decouple poll_ev->fds handling from adding/removing fdsVolker Lendecke2012-08-161-72/+135
* tdb/test: fix build on OSF/1Björn Jacke2012-08-101-15/+15
* build: rename security → samba-securityBjörn Jacke2012-08-101-1/+1
* lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett2012-08-101-16/+38
* s4-ldb_wrap: Do not vasprintf() the ldb debug messages that will not be shownAndrew Bartlett2012-08-091-5/+7
* lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownldb-1.1.10Andrew Bartlett2012-08-096-10/+279
* lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett2012-08-091-7/+7
* lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach2012-08-062-2/+2
* lib/param: move enum dns_update_settings to lib/paramChristian Ambach2012-08-062-1/+3