summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * s3-spoolss: remove old spoolss_GetPrinterData.Günther Deschner2009-03-173-91/+0
| | | | | | | | Guenther
| * s3-spoolss: use pidl for _spoolss_GetPrinterData.Günther Deschner2009-03-173-177/+108
| | | | | | | | Guenther
| * s3-spoolss: remove old rpccli_spoolss_getprinterdata.Günther Deschner2009-03-173-84/+0
| | | | | | | | Guenther
| * s3-rpcclient: use rpccli_spoolss_getprinterdata.Günther Deschner2009-03-171-6/+57
| | | | | | | | Guenther
| * s3-spoolss: add rpccli_spoolss_getprinterdata convenience wrapper.Günther Deschner2009-03-172-0/+50
| | | | | | | | Guenther
| * s3-spoolss: remove unused ADD_JOBINFO_1.Günther Deschner2009-03-171-8/+0
| | | | | | | | Guenther
| * Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
| | | | | | | | Found in "make test" -- if we can't connect at all, "cli" is uninitialized
| * s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.Günther Deschner2009-03-172-8/+9
| | | | | | | | Guenther
| * s4-spoolss: use winreg_Type for GetPrinterData implementation.Günther Deschner2009-03-172-15/+15
| | | | | | | | Guenther
| * s3: re-run make samba3-idl.Günther Deschner2009-03-176-154/+117
| | | | | | | | Guenther
| * spoolss: use winreg_Type instead of spoolss_PrinterDataType for XPrinterData ↵Günther Deschner2009-03-171-22/+14
| | | | | | | | | | | | calls. Guenther
| * spoolss: use uint8 array instead of DATA_BLOB in EnumPrinterData IDL out ↵Günther Deschner2009-03-171-1/+1
| | | | | | | | | | | | pointer. Guenther
| * spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner2009-03-171-1/+1
| | | | | | | | Guenther
| * s3: re-run make samba3-idl.Günther Deschner2009-03-172-3/+6
| | | | | | | | Guenther
| * spoolss: fix IDL for spoolss_SetPrinterData.Günther Deschner2009-03-171-1/+1
| | | | | | | | Guenther
| * s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.Günther Deschner2009-03-172-15/+21
| | | | | | | | Guenther
| * s4-smbtorture: fix test_GetPrinterData tests after out pointer changes.Günther Deschner2009-03-172-1/+5
| | | | | | | | Guenther
| * spoolss: fix GetPrinterData buffer helper.Günther Deschner2009-03-171-10/+18
| | | | | | | | Guenther
| * s3: re-run make samba3-idl.Günther Deschner2009-03-175-14/+52
| | | | | | | | Guenther
| * spoolss: make spoolss_GetPrinterData out.data ref pointers.Günther Deschner2009-03-171-3/+3
| | | | | | | | Guenther
| * s3-spoolss: add push_spoolss_PrinterData().Günther Deschner2009-03-173-16/+18
| | | | | | | | Guenther
| * s3-spoolss: add pull_spoolss_PrinterData().Günther Deschner2009-03-173-0/+38
| | | | | | | | Guenther
| * s3-spoolss: remove more unused defines.Günther Deschner2009-03-171-31/+0
| | | | | | | | Guenther
| * s3-spoolss: remove obsolete get_a_builtin_ntform.Günther Deschner2009-03-172-8/+0
| | | | | | | | Guenther
| * s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSIONStefan Metzmacher2009-03-171-2/+3
| | | | | | | | | | | | | | And also intialize the variable. This fixes ./autogen.sh in the merged build for me. metze
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-1717-275/+187
| |\
| | * Add some appropriate const.Jeremy Allison2009-03-162-16/+16
| | | | | | | | | | | | Jeremy.
| | * Remove unused async_req references from wb_reqtrans.cVolker Lendecke2009-03-162-39/+0
| | |
| | * Convert wb_trans to tevent_reqVolker Lendecke2009-03-163-72/+58
| | |
| | * Remove an unnecessary variableVolker Lendecke2009-03-161-5/+4
| | |
| | * Make struct wb_context private to wbclient.cVolker Lendecke2009-03-162-5/+7
| | |
| | * Remove some unused code from async_req.[ch]Volker Lendecke2009-03-162-51/+0
| | |
| | * Use tevent_wakeup_send in wb_transVolker Lendecke2009-03-161-15/+13
| | |
| | * Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-163-58/+73
| | |
| | * Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-03-161-22/+15
| | |
| | * talloc: change version to 1.3.0Stefan Metzmacher2009-03-161-1/+1
| | | | | | | | | | | | metze
| | * talloc: add useful talloc_array_length() macroStefan Metzmacher2009-03-161-0/+1
| | | | | | | | | | | | metze
| | * talloc: add TALLOC_ZERO()Stefan Metzmacher2009-03-161-0/+2
| | | | | | | | | | | | metze
| | * s3: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-162-0/+4
| | | | | | | | | | | | metze
| | * nsswitch: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-161-0/+2
| | | | | | | | | | | | metze
| | * lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ↵Stefan Metzmacher2009-03-161-1/+1
| | | | | | | | | | | | | | | | | | are available metze
| | * fix configure check for external talloc libsBjörn Jacke2009-03-161-1/+1
| | |
| * | added support for parentGUIDAndrew Tridgell2009-03-173-5/+129
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is made up of 4 parts: 1) change our schema to include the parentGUID attribute type 2) in the add hook in the objectclass module, get the objectGUID of the parent and add it to the message as parentGUID 3) in the rename hook in the objectclass module, get the objectGUID of the new parent, and insert an async modify request after the renmam is done 4) added a simple test suite
| * s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett2009-03-161-1/+2
| | | | | | | | | | | | | | | | The clients that do only lanman auth are on their way out, the passwords are case insensitive, it does not support unicode and we should not store such a poor hash of the password if we can avoid it. Andrew Bartlett
| * Merge branch 'sharedm4' of /home/jelmer/samba4Jelmer Vernooij2009-03-150-0/+0
| |\
| | * Add shared pkg.m4 file with convenience macros for using pkg-config.Jelmer Vernooij2009-03-141-0/+156
| | |
| * | python: Always run with the same version of Python as we build against.Jelmer Vernooij2009-03-151-1/+5
| | |
| * | Fix installation of tdr.h.Jelmer Vernooij2009-03-151-1/+1
| | |
| * | configure: Add common file with minimum versions of external libraries.Jelmer Vernooij2009-03-153-8/+18
| | |
| * | Merge branch 'nodiscard' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-4/+0
| |\ \