Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-17 | s3-spoolss: add push_spoolss_PrinterData(). | Günther Deschner | 3 | -16/+18 | |
Guenther | |||||
2009-03-17 | s3-spoolss: add pull_spoolss_PrinterData(). | Günther Deschner | 3 | -0/+38 | |
Guenther | |||||
2009-03-17 | s3-spoolss: remove more unused defines. | Günther Deschner | 1 | -31/+0 | |
Guenther | |||||
2009-03-17 | s3-spoolss: remove obsolete get_a_builtin_ntform. | Günther Deschner | 2 | -8/+0 | |
Guenther | |||||
2009-03-17 | s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSION | Stefan Metzmacher | 1 | -2/+3 | |
And also intialize the variable. This fixes ./autogen.sh in the merged build for me. metze | |||||
2009-03-17 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 17 | -275/+187 | |
2009-03-17 | added support for parentGUID | Andrew Tridgell | 3 | -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 | |||||
2009-03-16 | Add some appropriate const. | Jeremy Allison | 2 | -16/+16 | |
Jeremy. | |||||
2009-03-16 | Remove unused async_req references from wb_reqtrans.c | Volker Lendecke | 2 | -39/+0 | |
2009-03-16 | Convert wb_trans to tevent_req | Volker Lendecke | 3 | -72/+58 | |
2009-03-16 | Remove an unnecessary variable | Volker Lendecke | 1 | -5/+4 | |
2009-03-16 | Make struct wb_context private to wbclient.c | Volker Lendecke | 2 | -5/+7 | |
2009-03-16 | Remove some unused code from async_req.[ch] | Volker Lendecke | 2 | -51/+0 | |
2009-03-16 | Use tevent_wakeup_send in wb_trans | Volker Lendecke | 1 | -15/+13 | |
2009-03-16 | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 3 | -58/+73 | |
2009-03-16 | Use tevent_wakeup_send in open_socket_out_defer | Volker Lendecke | 1 | -22/+15 | |
2009-03-16 | talloc: change version to 1.3.0 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-16 | talloc: add useful talloc_array_length() macro | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-03-16 | talloc: add TALLOC_ZERO() | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-03-16 | s3: only define TALLOC_ZERO if needed | Stefan Metzmacher | 2 | -0/+4 | |
metze | |||||
2009-03-16 | nsswitch: only define TALLOC_ZERO if needed | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-03-16 | lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ↵ | Stefan Metzmacher | 1 | -1/+1 | |
are available metze | |||||
2009-03-16 | fix configure check for external talloc libs | Björn Jacke | 1 | -1/+1 | |
2009-03-16 | s4:password_hash Only store the LM hash if 'lanman auth = yes' | Andrew Bartlett | 1 | -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 | |||||
2009-03-15 | Merge branch 'sharedm4' of /home/jelmer/samba4 | Jelmer Vernooij | 0 | -0/+0 | |
2009-03-15 | python: Always run with the same version of Python as we build against. | Jelmer Vernooij | 1 | -1/+5 | |
2009-03-15 | Fix installation of tdr.h. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-15 | configure: Add common file with minimum versions of external libraries. | Jelmer Vernooij | 3 | -8/+18 | |
2009-03-15 | Merge branch 'nodiscard' of /home/jelmer/samba4 | Jelmer Vernooij | 1 | -4/+0 | |
2009-03-15 | Merge branch 'tdr' of /home/jelmer/samba4 | Jelmer Vernooij | 13 | -17/+20 | |
2009-03-15 | Depend on newer talloc for Samba 4 in the merged build as well. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-15 | Merge branch 'checktalloc' of /home/jelmer/samba4 | Jelmer Vernooij | 6 | -6/+188 | |
2009-03-15 | Fix a malloc/talloc mismatch when cli_initialise() fails | Volker Lendecke | 1 | -3/+2 | |
2009-03-15 | Add queue argument to wb_resp_write | Volker Lendecke | 2 | -3/+5 | |
2009-03-15 | Remove unused CONST_DISCARD macro. | Jelmer Vernooij | 2 | -5/+1 | |
2009-03-15 | Remove -L/usr/lib from a couple more make variables. | Jelmer Vernooij | 4 | -2/+6 | |
2009-03-15 | tdr: Remove dependency on lp_* so it can be used in both Samba 3 and | Jelmer Vernooij | 1 | -10/+9 | |
Samba 4. | |||||
2009-03-14 | s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-14 | Merge branch 'checktalloc' into tdr | Jelmer Vernooij | 1 | -0/+8 | |
2009-03-14 | Properly strip /usr/lib and /usr/include for the merged build. | Jelmer Vernooij | 1 | -0/+8 | |
2009-03-14 | Fix build of tdr from merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | Merge branch 'checktalloc' into tdr | Jelmer Vernooij | 5 | -6/+180 | |
2009-03-14 | Depend on a newer talloc in Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 9 | -5/+5 | |
2009-03-14 | Add shared pkg.m4 file with convenience macros for using pkg-config. | Jelmer Vernooij | 1 | -0/+156 | |
2009-03-14 | Fix comment about shell in Makefile. | Jelmer Vernooij | 1 | -3/+2 | |
2009-03-14 | Fix fallback if system doesn't provide talloc. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | Allow using external libtalloc. | Jelmer Vernooij | 3 | -2/+177 | |
2009-03-14 | Fix #3954 | Volker Lendecke | 1 | -1/+2 | |
2009-03-13 | s3: Don't return in a void funtion | Tim Prouty | 1 | -1/+1 | |