Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7666: fixed a memory leak in the ldap ldb backend | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r7665: - added a ildap_*() interface to our internal ldap library. This | Andrew Tridgell | 5 | -2/+241 |
2007-10-10 | r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7660: improved error handling in socket_connect_ev() (it matters when name | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ... | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r7658: don't timeout at the smb level for rpc requests as otherwise some rpc | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7657: test addone again after request timeout and destruction to ensure the ... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r7656: added testing of rpc request timeouts and destruction | Andrew Tridgell | 1 | -0/+62 |
2007-10-10 | r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET test | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7654: - add a timeout to all smb requests (default 60 seconds) | Andrew Tridgell | 2 | -0/+50 |
2007-10-10 | r7653: when a dcerpc request times out, we need to ensure that if the server | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r7652: use event friendly connect in dcerpc socket code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7651: Only convert SERVER requests to KRBTGT requests. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7650: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7646: - only allow modification of SPOOLSS_FORM_USER Froms | Stefan Metzmacher | 1 | -18/+52 |
2007-10-10 | r7644: - remove some dublicate structures SetForm and AddForm uses the same s... | Stefan Metzmacher | 3 | -40/+241 |
2007-10-10 | r7643: This patch adds a new NTPTR subsystem: | Stefan Metzmacher | 13 | -669/+1839 |
2007-10-10 | r7642: - test NULL server_name in GetPrinterDriverDirectory() too, (same resu... | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catch | Jeremy Allison | 1 | -6/+7 |
2007-10-10 | r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that c... | Love Hörnquist Åstrand | 1 | -4/+0 |
2007-10-10 | r7637: Another useful Heimdal feature we need. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r7635: change the license of this file to lgpl like the rest of ldb | Simo Sorce | 1 | -14/+30 |
2007-10-10 | r7634: move TestSleep functions so that all of them are together | Stefan Metzmacher | 1 | -22/+22 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 65 | -160/+221 |
2007-10-10 | r7631: - remove unused function, as the disgn of samba4 doesn't allow the old... | Stefan Metzmacher | 1 | -39/+2 |
2007-10-10 | r7630: Unused variable. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r7629: Unused labels. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r7628: Unused variables. | Tim Potter | 1 | -4/+0 |
2007-10-10 | r7627: Fix warning in unused (?) function. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 16 | -1099/+947 |
2007-10-10 | r7621: Trivial reformatting while trying to understand share modes. Still sur... | Volker Lendecke | 1 | -21/+16 |
2007-10-10 | r7615: fix the build and simplify gendb_search_dn | Simo Sorce | 3 | -31/+18 |
2007-10-10 | r7608: bug fix after yesterday's change | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7605: Display properties in header files again. | Jelmer Vernooij | 1 | -15/+16 |
2007-10-10 | r7604: Bunch of small pidl updates. Mostly removing unused functions, | Jelmer Vernooij | 7 | -313/+142 |
2007-10-10 | r7602: fix some compiler warnings | Derrell Lipman | 3 | -3/+3 |
2007-10-10 | r7601: ldb_sqlite3 work in progress | Derrell Lipman | 5 | -47/+231 |
2007-10-10 | r7599: it turns out we were not using the ldif code in libcli/ldap/ at all, | Andrew Tridgell | 1 | -393/+0 |
2007-10-10 | r7598: take advantage of struct data_blob and struct ldb_val being the same | Andrew Tridgell | 2 | -14/+3 |
2007-10-10 | r7597: removed the bogus get_myfullname() and get_mydomname() calls, and put | Andrew Tridgell | 2 | -56/+56 |
2007-10-10 | r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted | Andrew Tridgell | 9 | -35/+35 |
2007-10-10 | r7594: abartlet is right that this hack is not actually necessary, it just | Andrew Tridgell | 1 | -6/+2 |
2007-10-10 | r7593: simplified the memory management in the ldap code. Having a mem_ctx | Andrew Tridgell | 13 | -154/+156 |
2007-10-10 | r7590: Cleanups, add more notes on new string code. | Jelmer Vernooij | 4 | -61/+35 |
2007-10-10 | r7588: Fix lacking space in the comment. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r7587: More comments. | Rafal Szczesniak | 1 | -0/+41 |
2007-10-10 | r7586: ldb_sqlite3 making progress. add and search have indicated a willingn... | Derrell Lipman | 3 | -379/+306 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 10 | -79/+103 |
2007-10-10 | r7580: - add GetPrinterDriverDirectory() idl, torture test and server code | Stefan Metzmacher | 4 | -21/+250 |
2007-10-10 | r7575: - fix GetPrinterData() push side | Stefan Metzmacher | 2 | -24/+93 |