summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-09More neccessary const.Jeremy Allison1-1/+1
2010-10-07samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner1-3/+3
2010-10-07 s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to t...Ira Cooper1-0/+6
2010-10-04s3: Attempt to get the Tru64 build a bit furtherVolker Lendecke1-1/+0
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke11-136/+295
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-7/+15
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner1-174/+0
2010-10-01s3-readline: move cmd_history to smbclient, the only user.Günther Deschner1-21/+0
2010-10-01samba: share select wrappers.Günther Deschner6-207/+5
2010-09-28s3: Remove talloc_autofree_context() from myhostname()Volker Lendecke1-3/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison6-11/+11
2010-09-26s3: Remove talloc_autofree_context() from nametouid()Volker Lendecke1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from getpwnam_alloc()Volker Lendecke1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from serverid_db()Volker Lendecke1-2/+2
2010-09-26s3: Remove talloc_autofree_context() from serverid_parent_init()Volker Lendecke1-3/+2
2010-09-26s3: Remove talloc_autofree_context() from messaging_tdb_parent_init()Volker Lendecke1-3/+2
2010-09-26s3: Remove talloc_autofree_context() from ctdb_read_req()Volker Lendecke1-1/+2
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner3-4/+22
2010-09-22s3-registry: fix some c++ build warnings.Günther Deschner1-2/+2
2010-09-22s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam1-3/+2
2010-09-22s3-lib: add srprs, primitives to build simple recursive parsersGregor Beck2-0/+366
2010-09-22s3-lib: add cbuf, a talloced character bufferGregor Beck2-0/+522
2010-09-21s3: Remove a global variable in bugfix for bug 7665Volker Lendecke2-7/+11
2010-09-21s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam1-0/+1
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam1-0/+1
2010-09-20s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner1-30/+65
2010-09-20s3-lib/util Remove unused smb_uuid_unpack()Andrew Bartlett1-31/+0
2010-09-20s3-uuid Remove unused smb_uuid_pack()Andrew Bartlett1-9/+0
2010-09-20s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2-33/+0
2010-09-20s3-util: use shared dom_sid_dup.Günther Deschner4-30/+13
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner4-90/+15
2010-09-20s3-build: only include ctdbd_conn.h where needed.Günther Deschner3-0/+3
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-09-20Really enable core dumps in LinuxRusty Russell1-8/+8
2010-09-20s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam1-0/+1
2010-09-19s3-nltest: add dsregdns command to nltest.Günther Deschner1-1/+21
2010-09-19s3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG in I_NetLogonControl().Günther Deschner1-0/+4
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-49/+0
2010-09-15s3-nltest: add dsgetdc command.Günther Deschner1-3/+181
2010-09-15s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName().Günther Deschner1-0/+13
2010-09-15s3-libnetapi: add DS request flags to public header.Günther Deschner1-0/+21
2010-09-15s3-libnetapi: add DS_X_FLAGs to public header.Günther Deschner1-0/+16
2010-09-15s3-nltest: convert server input argument into --server.Günther Deschner1-24/+19
2010-09-15s3-nltest: rename print_result to print_netlogon_info_result.Günther Deschner1-4/+17
2010-09-14Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison1-0/+4
2010-09-14s3-util_sid Use the NDR parser to parse struct dom_sidAndrew Bartlett1-14/+8
2010-09-14libcli/security Merge source3/ string_to_sid() to common codeAndrew Bartlett1-106/+0
2010-09-14s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sidAndrew Bartlett1-1/+1
2010-09-14s3-util_sid Accept S-1-5 as a SIDAndrew Bartlett1-2/+10
2010-09-14s3-dom_sid Use C99 types in dom_sid handlingAndrew Bartlett1-7/+7