Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | libcli/auth Don't compile against un-needed Samba4 headers | Andrew Bartlett | 1 | -1/+0 |
2009-04-14 | Port Samba4 to the new combined libcli/auth functions | Andrew Bartlett | 2 | -1/+6 |
2009-04-14 | Move ntlm_check.h into the common libcli/auth | Andrew Bartlett | 1 | -0/+76 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 3 | -3/+44 |
2009-04-14 | Merge smbencrypt.c between Samba3 and Samba4 | Andrew Bartlett | 1 | -31/+219 |
2009-04-14 | Rework trivial msrpc parser to use convert_string_talloc() | Andrew Bartlett | 1 | -21/+21 |
2009-04-14 | Move MSRPC-PARSE into the common libcli/auth | Andrew Bartlett | 2 | -0/+374 |
2009-04-14 | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 3 | -0/+229 |
2009-04-14 | Move libcli/auth to the top level | Andrew Bartlett | 8 | -0/+2255 |
2009-04-10 | error-codes: add WERR_CM_INVALID_POINTER. | Günther Deschner | 1 | -0/+1 |
2009-04-08 | error-codes: add some service related error codes. | Günther Deschner | 2 | -0/+6 |
2009-04-02 | libcli/cldap: convert to tsocket_* function to tdgram_* | Stefan Metzmacher | 1 | -45/+38 |
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 1 | -2/+2 |
2009-04-01 | libcli/cldap: fix memory/resource leak | Stefan Metzmacher | 1 | -1/+8 |
2009-03-26 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2 | -0/+2 |
2009-03-26 | error-codes: add WERR_DS_DRA_SOURCE_DISABLED. | Günther Deschner | 2 | -0/+2 |
2009-03-25 | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 2 | -1/+323 |
2009-03-19 | move source4/libcli/cldap => libcli/cldap | Stefan Metzmacher | 3 | -0/+1265 |
2009-03-02 | error-codes: add WERR_DEVICE_NOT_CONNECTED. | Günther Deschner | 2 | -0/+2 |
2009-03-02 | libcli/security: fix the source4 build | Stefan Metzmacher | 1 | -0/+1 |
2009-03-02 | libcli/security: fix the source3 build | Stefan Metzmacher | 2 | -2/+2 |
2009-03-01 | Add header files for secace and secacl. | Jelmer Vernooij | 2 | -0/+72 |
2009-03-01 | Move secacl to top-level. | Jelmer Vernooij | 1 | -0/+122 |
2009-03-01 | dom_sid.h: Include dependency security.h that provides the dom_sid struct. | Jelmer Vernooij | 1 | -0/+2 |
2009-03-01 | Move secace.c to top-level. | Jelmer Vernooij | 1 | -0/+281 |
2009-02-26 | libcli/util/werror.h: add macro W_ERROR_NOT_OK_GOTO(x, y) | Michael Adam | 1 | -0/+6 |
2009-02-26 | s3: move definition of W_ERROR_NOT_OK_GOTO_DONE down to libcli/util/werror.h | Michael Adam | 1 | -0/+6 |
2009-02-24 | error-codes: print out WERR_UNKNOWN_PRINT_MONITOR. | Günther Deschner | 1 | -0/+1 |
2009-02-24 | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2 | -6/+156 |
2009-02-24 | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 3 | -1/+117 |
2009-02-24 | libcli/ldap: fix compiler warnings | Stefan Metzmacher | 2 | -6/+11 |
2009-02-24 | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 3 | -2/+70 |
2009-02-24 | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 3 | -0/+1698 |
2009-02-24 | error-codes: add WERR_INVALID_USER_BUFFER. | Günther Deschner | 2 | -0/+2 |
2009-02-14 | Add missing include to shut up missing prototype warnings | Volker Lendecke | 1 | -0/+1 |
2009-02-11 | s4 torture: Smbtorture additions for Windows BRL | Zack Kirsch | 1 | -0/+3 |
2009-02-02 | libcli/nbt: s/private/private_data | Stefan Metzmacher | 1 | -6/+6 |
2009-02-01 | s3: Fix the non-merged build. | Kai Blin | 1 | -1/+0 |
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 3 | -0/+359 |
2009-01-19 | Attempt to fix the merged build | Volker Lendecke | 2 | -3/+3 |
2009-01-19 | libcli/nbt: add nbt_name_socket_handle_response_packet() | Stefan Metzmacher | 2 | -3/+13 |
2009-01-19 | libcli/nbt: add nbt_set_unexpected_handler() | Stefan Metzmacher | 2 | -0/+17 |
2009-01-19 | libcli/nbt: fix wack timeout handling | Stefan Metzmacher | 1 | -3/+18 |
2009-01-19 | Revert "Remove another use of global_loadparm." | Stefan Metzmacher | 3 | -6/+2 |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 |
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -1/+1 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -3/+3 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 4 | -10/+10 |
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -2/+2 |