Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make S4 build on OpenSolaris. | Jeremy Allison | 2009-02-24 | 2 | -1/+3 |
| | | | | Jeremy. | ||||
* | s3-spoolss: remove old rpccli_spoolss_getprinterdriver wrapper. | Günther Deschner | 2009-02-24 | 3 | -110/+0 |
| | | | | Guenther | ||||
* | s3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_spoolss_getprinterdriver2 | Günther Deschner | 2009-02-24 | 1 | -56/+89 |
| | | | | | | wrapper. Guenther | ||||
* | s3-rpcclient: use rpccli_spoolss_getprinterdriver2 wrapper. | Günther Deschner | 2009-02-24 | 1 | -8/+78 |
| | | | | Guenther | ||||
* | s3-spoolss: add rpccli_spoolss_getprinterdriver2 convenience wrapper. | Günther Deschner | 2009-02-24 | 2 | -0/+73 |
| | | | | Guenther | ||||
* | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-02-24 | 16 | -715/+715 |
|\ | |||||
| * | Fix some C++ warnings | Volker Lendecke | 2009-02-24 | 1 | -11/+22 |
| | | |||||
| * | Add more conventional async_recv | Volker Lendecke | 2009-02-24 | 2 | -0/+72 |
| | | |||||
| * | Add more conventional async_send | Volker Lendecke | 2009-02-24 | 2 | -0/+73 |
| | | |||||
| * | Remove unused param_connect struct | Volker Lendecke | 2009-02-24 | 1 | -11/+0 |
| | | |||||
| * | Remove unused recvall | Volker Lendecke | 2009-02-24 | 2 | -115/+0 |
| | | |||||
| * | Use read_packet for wb_resp_read | Volker Lendecke | 2009-02-24 | 1 | -90/+29 |
| | | |||||
| * | Use read_packet for wb_req_read | Volker Lendecke | 2009-02-24 | 1 | -92/+36 |
| | | |||||
| * | Remove read_pkt | Volker Lendecke | 2009-02-24 | 2 | -108/+0 |
| | | |||||
| * | Replace read_pkt by read_packet in np_read | Volker Lendecke | 2009-02-24 | 1 | -8/+8 |
| | | |||||
| * | Add async read_packet | Volker Lendecke | 2009-02-24 | 2 | -0/+128 |
| | | |||||
| * | Fix async writev | Volker Lendecke | 2009-02-24 | 1 | -1/+1 |
| | | |||||
| * | Remove async sendall | Volker Lendecke | 2009-02-24 | 2 | -116/+0 |
| | | |||||
| * | Use async_writev in np_write | Volker Lendecke | 2009-02-24 | 1 | -12/+10 |
| | | |||||
| * | Use async writev for wb_resp_write | Volker Lendecke | 2009-02-24 | 1 | -53/+23 |
| | | |||||
| * | Use async writev in wb_req_write | Volker Lendecke | 2009-02-24 | 1 | -52/+22 |
| | | |||||
| * | Add async writev | Volker Lendecke | 2009-02-24 | 2 | -0/+109 |
| | | |||||
| * | Convert async_connect to tevent_req | Volker Lendecke | 2009-02-24 | 4 | -63/+93 |
| | | |||||
| * | tevent.h requires bool and uint[16|32|64]_t | Volker Lendecke | 2009-02-24 | 1 | -0/+1 |
| | | |||||
| * | Add tevent_req_is_unix_error | Volker Lendecke | 2009-02-24 | 3 | -1/+75 |
| | | |||||
| * | Convert name_mangle() to use talloc | Volker Lendecke | 2009-02-24 | 4 | -11/+42 |
| | | |||||
* | | Fix the build. Looks like no one ever compiled this on a system | Jeremy Allison | 2009-02-24 | 3 | -0/+16 |
|/ | | | | | with a libintl.h before. Jeremy. | ||||
* | Start fixing Solaris build failures. | Jeremy Allison | 2009-02-24 | 3 | -3/+4 |
| | | | | Jeremy. | ||||
* | s3:Makefile: build libcli/ldap files | Stefan Metzmacher | 2009-02-24 | 1 | -10/+13 |
| | | | | metze | ||||
* | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2009-02-24 | 6 | -143/+170 |
| | | | | | | | As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze | ||||
* | s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not ↵ | Stefan Metzmacher | 2009-02-24 | 1 | -17/+32 |
| | | | | | | defined in C. metze | ||||
* | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 2009-02-24 | 5 | -9/+12 |
| | | | | metze | ||||
* | libcli/ldap: fix compiler warnings | Stefan Metzmacher | 2009-02-24 | 2 | -6/+11 |
| | | | | metze | ||||
* | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 2009-02-24 | 5 | -3/+6 |
| | | | | metze | ||||
* | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 2009-02-24 | 7 | -12/+12 |
| | | | | metze | ||||
* | s4:libcli/ldap: remove reference to DEBUG() | Stefan Metzmacher | 2009-02-24 | 1 | -1/+0 |
| | | | | | | This prepares using ldap_message.c in source3/ later metze | ||||
* | s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem | Stefan Metzmacher | 2009-02-24 | 6 | -287/+301 |
| | | | | metze | ||||
* | s3: remove unused smb_ldap.h | Stefan Metzmacher | 2009-02-24 | 2 | -257/+0 |
| | | | | metze | ||||
* | s3:example/VFS: fix the build | Stefan Metzmacher | 2009-02-24 | 2 | -4/+8 |
| | | | | metze | ||||
* | s3:mount.cifs: make "mount.cifs -V" print the version, not usage. | Michael Adam | 2009-02-24 | 1 | -5/+28 |
| | | | | | | Also make "mount.cifs -h" not exit with error exit code but with return code 0. Michael | ||||
* | s3:mount.cifs: don't error exit on explicitly requested help... | Michael Adam | 2009-02-24 | 1 | -2/+1 |
| | | | | Michael | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-02-24 | 2 | -27/+6 |
| | | | | Guenther | ||||
* | spoolss: fix _spoolss_SetPrinter level 3. | Günther Deschner | 2009-02-24 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec. | Günther Deschner | 2009-02-24 | 1 | -45/+35 |
| | | | | Guenther | ||||
* | s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers. | Günther Deschner | 2009-02-24 | 2 | -0/+68 |
| | | | | Guenther | ||||
* | Added mmr and olc to the OpenLDAP backend provisioning-scripts | Oliver Liebel | 2009-02-24 | 13 | -63/+224 |
| | | | | | | | | | | | | | | | | | | | | | | | These extensions add mmr (multi-master-replication) and olc (openldap-online-configuration) capabilities to the provisioning-scripts (provision-backend and provision.py), for use with the openldap-backend (only versions >=2.4.15!). Changes / additions made to the provision-backend -script: added new command-line-options: --ol-mmr-urls=<list of whitespace separated ldap-urls> for use with mmr (can be combined with --ol-olc=yes), --ol-olc=[yes/no] (activate automatic conversion from static slapd.conf to olc), --ol-slaptest=<path to slaptest binary> (needed in conjunction with --ol-olc=yes) Changes / additions made to the provision.py -script: added extensions, that will automatically generate the chosen mmr and/or olc setup for the openldap backend, according to the to chosen parameters set in the provision-backend script Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3-spoolss: merge path handling in _spoolss_PrintProcessorDirectory and | Günther Deschner | 2009-02-24 | 1 | -36/+91 |
| | | | | | | _spoolss_PrinterDriverDirectory. Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-02-24 | 5 | -8/+22 |
| | | | | Guenther | ||||
* | spoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2. | Günther Deschner | 2009-02-24 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | spoolss: add SPOOLSS_DEFAULT_SERVER_PATH. | Günther Deschner | 2009-02-24 | 1 | -0/+1 |
| | | | | Guenther |