Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ignore for libcli/nbt/nbtname.h | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 2008-10-18 | 7 | -13/+13 |
| | |||||
* | Move substitute functions to a different file. | Jelmer Vernooij | 2008-10-18 | 3 | -138/+166 |
| | |||||
* | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 2008-10-18 | 4 | -28/+6 |
| | |||||
* | Add libutil README file. | Jelmer Vernooij | 2008-10-18 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into xmaster | Jelmer Vernooij | 2008-10-18 | 4 | -593/+3 |
|\ | |||||
| * | [s3]loadparm: remove param/params.c which is used no more. | Michael Adam | 2008-10-18 | 1 | -590/+0 |
| | | | | | | | | Michael | ||||
| * | [s3]build: use ..lib/util/params.c instead of param/params.c | Michael Adam | 2008-10-18 | 1 | -1/+1 |
| | | | | | | | | Michael | ||||
| * | [s3]test_lp_load: fix "no talloc stackframe around" message | Michael Adam | 2008-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | gfree_loadparm() and TALLOC_FREE(frame) were in the wron order. Michael | ||||
| * | [s3]testparm: prevent "no stackframe around" warning. | Michael Adam | 2008-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | gfree_loadparm and TALLOC_FREE(frame) were in the wrong order. Michael | ||||
* | | Fix gitignore. | Jelmer Vernooij | 2008-10-18 | 1 | -2/+2 |
|/ | |||||
* | Fix const, dupes. | Jelmer Vernooij | 2008-10-18 | 3 | -36/+4 |
| | |||||
* | Fix build of 'everything' | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2008-10-18 | 22 | -41/+49 |
| | |||||
* | Use shared util.c. | Jelmer Vernooij | 2008-10-18 | 7 | -448/+196 |
| | |||||
* | s3: Fix make clean | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | Use standard va_copy. | Jelmer Vernooij | 2008-10-18 | 3 | -3/+9 |
| | |||||
* | Remove empty file. | Jelmer Vernooij | 2008-10-18 | 1 | -0/+0 |
| | |||||
* | Remove obsolete comment about bool. | Jelmer Vernooij | 2008-10-18 | 1 | -4/+0 |
| | |||||
* | Remove defines already provided by the system or libreplace. | Jelmer Vernooij | 2008-10-18 | 1 | -127/+0 |
| | |||||
* | Use common detection function for zlib. | Jelmer Vernooij | 2008-10-18 | 3 | -28/+14 |
| | |||||
* | Add extra argument free_on_fail to realloc_array() in Samba 4, as used by ↵ | Jelmer Vernooij | 2008-10-18 | 3 | -11/+5 |
| | | | | Samba 3. | ||||
* | Use the new memory macro file from Samba 3. | Jelmer Vernooij | 2008-10-18 | 4 | -2/+9 |
| | |||||
* | Move some of the memory utility macros to a separate header (for now). | Jelmer Vernooij | 2008-10-18 | 2 | -69/+94 |
| | |||||
* | Unify access checks for lsa server functions. | Jeremy Allison | 2008-10-17 | 2 | -4/+18 |
| | | | | Jeremy. | ||||
* | s3-build: cleanup in ../librpc as well on "make clean". | Günther Deschner | 2008-10-17 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | s4-smbtorture: fix test_DsReplicaGetInfo. | Günther Deschner | 2008-10-17 | 1 | -11/+16 |
| | | | | Guenther | ||||
* | s4-smbtorture: fix test_DsGetNCChanges torture test. | Günther Deschner | 2008-10-17 | 1 | -0/+2 |
| | | | | | | This must have been broken since a while already. Guenther | ||||
* | s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test. | Günther Deschner | 2008-10-17 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | s3-build: re-run make samba3-idl. | Günther Deschner | 2008-10-17 | 4 | -7/+7 |
| | | | | Guenther | ||||
* | s3-winreg: merge from s4 winreg idl. | Günther Deschner | 2008-10-17 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4: merge from s3 drsuapi.idl. | Günther Deschner | 2008-10-17 | 3 | -50/+60 |
| | | | | Guenther | ||||
* | s3: fix s3 drsuapi callers. | Günther Deschner | 2008-10-17 | 2 | -3/+3 |
| | | | | Guenther | ||||
* | s3-build: re-run make samba3-idl. | Günther Deschner | 2008-10-17 | 2 | -3/+3 |
| | | | | Guenther | ||||
* | s3: merge from s4 drsuapi.idl. | Günther Deschner | 2008-10-17 | 1 | -4/+3 |
| | | | | Guenther | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 2008-10-17 | 38 | -749/+1245 |
|\ | |||||
| * | Cope with bad trans2mkdir requests from System i QNTC IBM SMB client. | Jeremy Allison | 2008-10-16 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | If total_data == 4 Windows doesn't care what values are placed in that field, it just ignores them. The System i QNTC IBM SMB client puts bad values here, so ignore them. Jeremy. | ||||
| * | Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ↵ | Jeremy Allison | 2008-10-16 | 1 | -13/+45 |
| | | | | | | | | | | | | | | | | | | | | | | old server. There was some code in pull_ucs2_base_talloc() to cope with this case which hadn't been added to pull_ascii_base_talloc(). The older Samba returns non unicode names which is why you are seeing this codepath being executed. Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc(). Jeremy. | ||||
| * | Transform the sequence_number operation into a normal extended operation as ↵ | Simo Sorce | 2008-10-16 | 12 | -207/+412 |
| | | | | | | | | it should always have been. Make it also async so that it is not a special case. | ||||
| * | s4-build: fix drsuapi callers. | Günther Deschner | 2008-10-16 | 2 | -8/+22 |
| | | | | | | | | Guenther | ||||
| * | s3: re-merge s4 drsuapi helper and re-run make samba3-idl. | Günther Deschner | 2008-10-16 | 4 | -200/+365 |
| | | | | | | | | Guenther | ||||
| * | s3-idl: merge from s4 drsuapi.idl. | Günther Deschner | 2008-10-16 | 1 | -17/+19 |
| | | | | | | | | Guenther | ||||
| * | s4-idl: merge drsuapi.idl from s3. | Günther Deschner | 2008-10-16 | 1 | -0/+25 |
| | | | | | | | | Guenther | ||||
| * | testprogs/win32/midltests: add missing Makefile | Stefan Metzmacher | 2008-10-16 | 1 | -0/+27 |
| | | | | | | | | metze | ||||
| * | s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG. | Günther Deschner | 2008-10-16 | 3 | -145/+0 |
| | | | | | | | | Guenther | ||||
| * | s3: use IDL generated rpc for _svcctl_QueryServiceConfigW. | Günther Deschner | 2008-10-16 | 3 | -40/+19 |
| | | | | | | | | Guenther | ||||
| * | s3: remove rpccli_svcctl_query_config. | Günther Deschner | 2008-10-16 | 3 | -97/+30 |
| | | | | | | | | Guenther | ||||
| * | s3-build: re-run make samba3-idl. | Günther Deschner | 2008-10-16 | 6 | -15/+260 |
| | | | | | | | | Guenther | ||||
| * | idl: fix svcctl_QueryServiceConfigW. | Günther Deschner | 2008-10-16 | 1 | -3/+16 |
| | | | | | | | | Guenther | ||||
| * | Don't use debug level 1 to log a trivial message. | Jeremy Allison | 2008-10-15 | 1 | -1/+1 |
| | | | | | | | | Jeremy. |