summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3-rpcclient: use rpccli_spoolss_getprinterdriver2 wrapper.Günther Deschner2009-02-241-8/+78
| | | | Guenther
* s3-spoolss: add rpccli_spoolss_getprinterdriver2 convenience wrapper.Günther Deschner2009-02-242-0/+73
| | | | Guenther
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-02-2416-715/+715
|\
| * Fix some C++ warningsVolker Lendecke2009-02-241-11/+22
| |
| * Add more conventional async_recvVolker Lendecke2009-02-242-0/+72
| |
| * Add more conventional async_sendVolker Lendecke2009-02-242-0/+73
| |
| * Remove unused param_connect structVolker Lendecke2009-02-241-11/+0
| |
| * Remove unused recvallVolker Lendecke2009-02-242-115/+0
| |
| * Use read_packet for wb_resp_readVolker Lendecke2009-02-241-90/+29
| |
| * Use read_packet for wb_req_readVolker Lendecke2009-02-241-92/+36
| |
| * Remove read_pktVolker Lendecke2009-02-242-108/+0
| |
| * Replace read_pkt by read_packet in np_readVolker Lendecke2009-02-241-8/+8
| |
| * Add async read_packetVolker Lendecke2009-02-242-0/+128
| |
| * Fix async writevVolker Lendecke2009-02-241-1/+1
| |
| * Remove async sendallVolker Lendecke2009-02-242-116/+0
| |
| * Use async_writev in np_writeVolker Lendecke2009-02-241-12/+10
| |
| * Use async writev for wb_resp_writeVolker Lendecke2009-02-241-53/+23
| |
| * Use async writev in wb_req_writeVolker Lendecke2009-02-241-52/+22
| |
| * Add async writevVolker Lendecke2009-02-242-0/+109
| |
| * Convert async_connect to tevent_reqVolker Lendecke2009-02-244-63/+93
| |
| * tevent.h requires bool and uint[16|32|64]_tVolker Lendecke2009-02-241-0/+1
| |
| * Add tevent_req_is_unix_errorVolker Lendecke2009-02-243-1/+75
| |
| * Convert name_mangle() to use tallocVolker Lendecke2009-02-244-11/+42
| |
* | Fix the build. Looks like no one ever compiled this on a systemJeremy Allison2009-02-243-0/+16
|/ | | | | with a libintl.h before. Jeremy.
* Start fixing Solaris build failures.Jeremy Allison2009-02-243-3/+4
| | | | Jeremy.
* s3:Makefile: build libcli/ldap filesStefan Metzmacher2009-02-241-10/+13
| | | | metze
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-246-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 Metzmacher2009-02-241-17/+32
| | | | | | defined in C. metze
* libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher2009-02-245-9/+12
| | | | metze
* libcli/ldap: fix compiler warningsStefan Metzmacher2009-02-242-6/+11
| | | | metze
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-245-3/+6
| | | | metze
* libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher2009-02-247-12/+12
| | | | metze
* s4:libcli/ldap: remove reference to DEBUG()Stefan Metzmacher2009-02-241-1/+0
| | | | | | This prepares using ldap_message.c in source3/ later metze
* s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystemStefan Metzmacher2009-02-246-287/+301
| | | | metze
* s3: remove unused smb_ldap.hStefan Metzmacher2009-02-242-257/+0
| | | | metze
* s3:example/VFS: fix the buildStefan Metzmacher2009-02-242-4/+8
| | | | metze
* s3:mount.cifs: make "mount.cifs -V" print the version, not usage.Michael Adam2009-02-241-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 Adam2009-02-241-2/+1
| | | | Michael
* s3: re-run make samba3-idl.Günther Deschner2009-02-242-27/+6
| | | | Guenther
* spoolss: fix _spoolss_SetPrinter level 3.Günther Deschner2009-02-241-1/+1
| | | | Guenther
* s3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec.Günther Deschner2009-02-241-45/+35
| | | | Guenther
* s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.Günther Deschner2009-02-242-0/+68
| | | | Guenther
* Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel2009-02-2413-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 andGünther Deschner2009-02-241-36/+91
| | | | | | _spoolss_PrinterDriverDirectory. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-02-245-8/+22
| | | | Guenther
* spoolss: return subcontext spoolss_DriverInfo in spoolss_GetPrinterDriver2.Günther Deschner2009-02-241-1/+1
| | | | Guenther
* spoolss: add SPOOLSS_DEFAULT_SERVER_PATH.Günther Deschner2009-02-241-0/+1
| | | | Guenther
* Make the 'modules.conf' generation in the LDAP selftest simplerAndrew Bartlett2009-02-241-52/+7
| | | | | | | The versions of OpenLDAP that we require don't need us to specify the location any more - slaptest knows this from it's build time. Andrew Bartlett
* s3 OneFS: Fix a double free in an error pathTim Prouty2009-02-231-3/+2
|
* s3 OneFS: Add a parameter that unconditionally allows execute accessTim Prouty2009-02-232-0/+26
|