Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r19955: I'll leave that to others. I *knew* I should not have touchec this | Volker Lendecke | 2006-11-29 | 132 | -17/+38888 | |
| | | | | | | | | | | | | anymore. Never. Volker | |||||
| * | r19953: Remove ldb for 3.0.24. Thanks to Tridge for making this so easy! | Volker Lendecke | 2006-11-29 | 132 | -38888/+17 | |
| | | | | | | | | | | | | Now to dig up the multikey stuff.... Volker | |||||
| * | r19945: Fix a segfault -- lookup_rids needs to init the names even on failure | Volker Lendecke | 2006-11-29 | 1 | -0/+2 | |
| | | ||||||
| * | r19944: Fix from Don Watson -- thanks | Volker Lendecke | 2006-11-29 | 1 | -7/+2 | |
| | | ||||||
| * | r19943: Fix bug 4267 -- Thanks to David! | Volker Lendecke | 2006-11-29 | 1 | -0/+2 | |
| | | ||||||
| * | r19940: copy clikrb5.c from SAMBA_3_0 tree to get compile warning fixes | Gerald Carter | 2006-11-28 | 1 | -0/+23 | |
| | | ||||||
| * | r19936: Patch from Kai Blin <kai.blin@gmail.com> to | Jeremy Allison | 2006-11-28 | 1 | -2/+4 | |
| | | | | | | | | | | match Windows NTLMSSP flags. Jeremy. | |||||
| * | r19928: Fix klokwork id 4509, 4573, 4574. | Volker Lendecke | 2006-11-28 | 2 | -3/+14 | |
| | | ||||||
| * | r19927: Fix klokwork ID 4702 | Volker Lendecke | 2006-11-28 | 1 | -1/+4 | |
| | | ||||||
| * | r19921: Add license and copyright info | Gerald Carter | 2006-11-27 | 2 | -0/+42 | |
| | | ||||||
| * | r19920: Compile vfs_default by default. Jerry, was this left out by ↵ | Volker Lendecke | 2006-11-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | accident? smbd in the default config reliably segfaults on the first tconX without this. Volker | |||||
| * | r19874: merge -r19872:19873 ↵ | James Peach | 2006-11-24 | 1 | -3/+16 | |
| | | | | | | | | | | | | | | svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0 Make sure we are privileged when doing DMAPI operations on systems that don't have capability support. Patch by J Raynor <raynorj@mn.rr.com>. | |||||
| * | r19865: fix typo in Makefile.in | Gerald Carter | 2006-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | r19864: forgotten commits in examples from the recent merge | Gerald Carter | 2006-11-23 | 3 | -206/+205 | |
| | | ||||||
| * | r19835: Some net sam policy improvements. | Volker Lendecke | 2006-11-22 | 1 | -50/+77 | |
| | | | | | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker | |||||
| * | r19826: Fix typo | Jim McDonough | 2006-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | r19823: "log" is an internal define in older versions of gcc. | Jeremy Allison | 2006-11-21 | 3 | -4/+4 | |
| | | | | | | | | | | Rename to log_ctx. Jeremy. | |||||
| * | r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern ↵ | Volker Lendecke | 2006-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jacke <bj@sernet.de> Volker | |||||
| * | r19816: run indent on cac_winreg.c to clean up diffs between this branch and ↵ | Gerald Carter | 2006-11-21 | 1 | -816/+909 | |
| | | | | | | | | SAMBA_3_0 | |||||
| * | r19815: Minimal merge of wkssvc client and server auto-generated code. | Gerald Carter | 2006-11-21 | 44 | -534/+16868 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | This is to allow for more ndr testing. The wkssvc pipe has a minimal set of operations (only one we actually supported). I think the 3.0.24 merge is done now. The remaining pieces are the full unfinished IDL support and the security descriptor structure changes. | |||||
| | * | r19812: dump_regval_buf is not needed anymore | Volker Lendecke | 2006-11-21 | 1 | -49/+0 | |
| | | | ||||||
| | * | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 2006-11-21 | 5 | -8/+32 | |
| | | | ||||||
| | * | r19809: remove winbind blacklist parameter | Gerald Carter | 2006-11-21 | 2 | -28/+0 | |
| | | | ||||||
| | * | r19808: remove old smbwrapper references | Gerald Carter | 2006-11-21 | 1 | -4/+0 | |
| | | | ||||||
| | * | r19807: First attempt at wrapping something sane around the registry API. ↵ | Volker Lendecke | 2006-11-20 | 2 | -135/+370 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Will be extended. Volker | |||||
| | * | r19804: Fix a valgrind error | Volker Lendecke | 2006-11-20 | 1 | -5/+4 | |
| | | | ||||||
| | * | r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ↵ | Volker Lendecke | 2006-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max name length in *bytes* for UTF-16, not the string length. This got lost during the conversion. This took a while to figure out :-) Thanks to Chetan! Volker | |||||
| | * | r19800: * Remove exmpty aix directory | Gerald Carter | 2006-11-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | * remove old, commented out commands from 'make clean' | |||||
| * | | r19814: Fix 'make everything build' | Gerald Carter | 2006-11-21 | 6 | -76/+84 | |
| | | | | | | | | | | | | | | | | | | | | | The only major remaining pieces that are not being merged are: * The IDL work * The security descriptor merge. | |||||
| * | | r19813: smbd now compiles again | Gerald Carter | 2006-11-21 | 4 | -46/+45 | |
| | | | ||||||
| * | | r19810: more merge work....does not compile currently. Working on smbd merge | Gerald Carter | 2006-11-21 | 117 | -8829/+10806 | |
| | | | ||||||
| * | | r19806: merge time.c changes | Gerald Carter | 2006-11-20 | 53 | -1716/+3037 | |
| | | | ||||||
| * | | r19802: fix some compile warnings caued by parameter macro changes | Gerald Carter | 2006-11-20 | 1 | -5/+5 | |
| | | | ||||||
| * | | r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ↵ | Gerald Carter | 2006-11-20 | 33 | -474/+651 | |
| | | | | | | | | | | | | well) | |||||
| * | | r19799: sync up examples from SAMBA_3_0 | Gerald Carter | 2006-11-19 | 24 | -0/+2181 | |
| |\| | ||||||
| | * | r19797: Convert the remaining pipes to the "new" unique out ptr handling | Volker Lendecke | 2006-11-19 | 16 | -304/+219 | |
| | | | ||||||
| * | | r19798: reducing some diffs...bringing over ntlm_auth changes | Gerald Carter | 2006-11-19 | 29 | -588/+651 | |
| | | | ||||||
| * | | r19796: * copy libgpo and grab libads changes | Gerald Carter | 2006-11-19 | 32 | -509/+2184 | |
| |\| | | | | | | | | | | | | | * update net to include dns and gpo commands * include server name rap call in net | |||||
| | * | r19794: Convert DFS | Volker Lendecke | 2006-11-19 | 3 | -25/+20 | |
| | | | ||||||
| | * | r19793: Change the lsa calls to the new calling convention. Nobody uses the ↵ | Volker Lendecke | 2006-11-19 | 2 | -113/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | changed calls yet. Volker | |||||
| | * | r19790: Check in the PIDL change and the converted unixinfo and winbind ↵ | Volker Lendecke | 2006-11-19 | 9 | -91/+80 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pipes without waiting for comments. This is what version control is for, and it does fix a segfault I ran into ;-) Nevertheless, Jelmer & Jerry, please take a look! Thanks, Volker | |||||
| | * | r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵ | Volker Lendecke | 2006-11-19 | 2 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker | |||||
| | * | r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a ↵ | Volker Lendecke | 2006-11-19 | 4 | -22/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | talloc ctx is misleading here. This needs fixing properly :-) Volker | |||||
| | * | r19779: Fail properly on talloc_strdup failure | Volker Lendecke | 2006-11-19 | 1 | -3/+5 | |
| | | | ||||||
| | * | r19778: Make regkey_open_internal take a talloc ctx | Volker Lendecke | 2006-11-19 | 4 | -17/+22 | |
| | | | ||||||
| | * | r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, ↵ | Volker Lendecke | 2006-11-18 | 1 | -20/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | but this will change. Volker | |||||
| | * | r19776: Hmmm. I should have done one instead of three commits. Sorry :-) | Volker Lendecke | 2006-11-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19775: Fix typo | Volker Lendecke | 2006-11-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19774: Fix typo | Volker Lendecke | 2006-11-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19773: TALLOC_FREE checks for NULL itself | Volker Lendecke | 2006-11-18 | 1 | -4/+1 | |
| | | |