Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | Convert async_connect to tevent_req | Volker Lendecke | 4 | -63/+93 |
2009-02-24 | tevent.h requires bool and uint[16|32|64]_t | Volker Lendecke | 1 | -0/+1 |
2009-02-24 | Add tevent_req_is_unix_error | Volker Lendecke | 3 | -1/+75 |
2009-02-24 | Convert name_mangle() to use talloc | Volker Lendecke | 4 | -11/+42 |
2009-02-24 | Start fixing Solaris build failures. | Jeremy Allison | 3 | -3/+4 |
2009-02-24 | s3:Makefile: build libcli/ldap files | Stefan Metzmacher | 1 | -10/+13 |
2009-02-24 | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 6 | -143/+170 |
2009-02-24 | s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not de... | Stefan Metzmacher | 1 | -17/+32 |
2009-02-24 | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 5 | -9/+12 |
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 | 5 | -3/+6 |
2009-02-24 | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 7 | -12/+12 |
2009-02-24 | s4:libcli/ldap: remove reference to DEBUG() | Stefan Metzmacher | 1 | -1/+0 |
2009-02-24 | s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem | Stefan Metzmacher | 6 | -287/+301 |
2009-02-24 | s3: remove unused smb_ldap.h | Stefan Metzmacher | 2 | -257/+0 |
2009-02-24 | s3:example/VFS: fix the build | Stefan Metzmacher | 2 | -4/+8 |
2009-02-24 | s3:mount.cifs: make "mount.cifs -V" print the version, not usage. | Michael Adam | 1 | -5/+28 |
2009-02-24 | s3:mount.cifs: don't error exit on explicitly requested help... | Michael Adam | 1 | -2/+1 |
2009-02-24 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -27/+6 |
2009-02-24 | spoolss: fix _spoolss_SetPrinter level 3. | Günther Deschner | 1 | -1/+1 |
2009-02-24 | s3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec. | Günther Deschner | 1 | -45/+35 |
2009-02-24 | s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers. | Günther Deschner | 2 | -0/+68 |
2009-02-24 | Added mmr and olc to the OpenLDAP backend provisioning-scripts | Oliver Liebel | 13 | -63/+224 |
2009-02-24 | s3-spoolss: merge path handling in _spoolss_PrintProcessorDirectory and | Günther Deschner | 1 | -36/+91 |
2009-02-24 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -8/+22 |
2009-02-24 | spoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2. | Günther Deschner | 1 | -1/+1 |
2009-02-24 | spoolss: add SPOOLSS_DEFAULT_SERVER_PATH. | Günther Deschner | 1 | -0/+1 |
2009-02-24 | Make the 'modules.conf' generation in the LDAP selftest simpler | Andrew Bartlett | 1 | -52/+7 |
2009-02-23 | s3 OneFS: Fix a double free in an error path | Tim Prouty | 1 | -3/+2 |
2009-02-23 | s3 OneFS: Add a parameter that unconditionally allows execute access | Tim Prouty | 2 | -0/+26 |
2009-02-23 | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 6 | -35/+43 |
2009-02-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 83 | -2030/+1666 |
2009-02-24 | fixed the event context for net vampire | Andrew Tridgell | 1 | -1/+1 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 17 | -74/+67 |
2009-02-24 | s3-spoolss: fix notify_printer_status_byname. | Günther Deschner | 1 | -1/+3 |
2009-02-24 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -39/+369 |
2009-02-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 50 | -1169/+219 |
2009-02-24 | spoolss: add push,pull helper for spoolss_DriverInfo101. | Günther Deschner | 2 | -0/+481 |
2009-02-24 | spoolss: add spoolss_DriverInfo101 to IDL. | Günther Deschner | 1 | -1/+33 |
2009-02-24 | expand tabs in python file, consistent with the rest of the file. | Jelmer Vernooij | 4 | -9/+9 |
2009-02-24 | spoolss: generate size functions for printer driver structs. | Günther Deschner | 1 | -11/+11 |
2009-02-24 | error-codes: add WERR_INVALID_USER_BUFFER. | Günther Deschner | 2 | -0/+2 |
2009-02-24 | expand tabs in python file, consistent with the rest of the file. | Jelmer Vernooij | 1 | -39/+39 |
2009-02-24 | Fix finding of setup data. | Jelmer Vernooij | 1 | -1/+1 |
2009-02-24 | added a missing linefeed | Andrew Tridgell | 1 | -1/+1 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 6 | -32/+33 |
2009-02-23 | Quieten down a boatload of shadowed variable warnings on Solaris. | Jeremy Allison | 4 | -55/+55 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 28 | -38/+42 |
2009-02-23 | Make char* parameters const | Derrell Lipman | 2 | -20/+10 |
2009-02-23 | Fix GDB_PROVISION mode | Simo Sorce | 1 | -1/+1 |