Age | Commit message (Expand) | Author | Files | Lines |
2003-05-12 | Make it possible to actually use --user-SID and --group-SID on a standard com... | Andrew Bartlett | 1 | -2/+2 |
2003-05-11 | Fix compile. | Andrew Bartlett | 1 | -1/+1 |
2003-05-11 | Add new files needed for VFS fixes. | Alexander Bokovoy | 3 | -3/+318 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 34 | -1797/+1362 |
2003-05-11 | Set the password for a newly created trustdom account. Tested against | Volker Lendecke | 1 | -3/+34 |
2003-05-11 | When we have a NT4SP0 PDC trust us, we first have to check the | Volker Lendecke | 1 | -2/+2 |
2003-05-11 | Ok, this is a hack. On a netsec bind reply I did not see anything | Volker Lendecke | 1 | -0/+20 |
2003-05-11 | As discussed on samba-technical - move to 'primaryGroupSid' insted of | Andrew Bartlett | 1 | -17/+45 |
2003-05-11 | Using /dev/urandom for determining an ldap server backoff is a waste of system | Andrew Bartlett | 1 | -2/+6 |
2003-05-10 | Reverse latest module_dummy patch from metze and me. | Jelmer Vernooij | 1 | -53/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 34 | -84/+2 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 35 | -2/+137 |
2003-05-10 | Fix from Tom.Lackemann@falconstor.com to correctly set the flags based | Jeremy Allison | 1 | -1/+9 |
2003-05-10 | Optimisation. We don't need to do 2 strlen's when we're setting the stat | Jeremy Allison | 1 | -9/+0 |
2003-05-10 | Fix for possible segfault in readline handler. Found by vitalyb@mail333.com. | Jeremy Allison | 1 | -1/+2 |
2003-05-10 | Fix typo. | John Terpstra | 1 | -1/+1 |
2003-05-09 | removing total print jobs since it is not used anymore | Gerald Carter | 1 | -2/+0 |
2003-05-09 | Makefile changes to allow new NTLMv2 patch to work. | Andrew Bartlett | 1 | -10/+7 |
2003-05-09 | Cleanups. My NTLMv2 changes also changed the preference from using an implicit | Andrew Bartlett | 1 | -42/+42 |
2003-05-09 | Finally get NTLMv2 working on the client! | Andrew Bartlett | 4 | -119/+131 |
2003-05-09 | Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u... | Jim McDonough | 1 | -2/+2 |
2003-05-09 | Fix comment - we now have 5 types of error... | Andrew Bartlett | 1 | -1/+1 |
2003-05-09 | Make sure we always have some client data, not just the hash. An NTLMv2 or | Andrew Bartlett | 1 | -2/+3 |
2003-05-09 | Elsewhere, we use a #define for this environment variable name, so do the | Andrew Bartlett | 1 | -2/+2 |
2003-05-09 | When checking if a SID is in a domain, make sure that indeed the user RID is | Andrew Bartlett | 1 | -0/+3 |
2003-05-09 | Sync up to head ... | Richard Sharpe | 1 | -34/+100 |
2003-05-09 | Sync to the changes in head ... | Richard Sharpe | 1 | -1/+1 |
2003-05-09 | Added some more diagnostic tests to check out a theory that having either hash | Tim Potter | 1 | -12/+174 |
2003-05-09 | Fix up a bunch of problems in editreg.c | Richard Sharpe | 1 | -16/+16 |
2003-05-09 | Fix nasty bug pointed out by samba-technical poster. If name is mangled | Jeremy Allison | 1 | -1/+12 |
2003-05-08 | fix bug #47; revert registration of workgroup<1b> to 2.2 behavior | Gerald Carter | 1 | -1/+1 |
2003-05-08 | fixed bug #75; add check for non-zero destlen | Gerald Carter | 1 | -1/+1 |
2003-05-08 | Hopefully re-enable building heimdal. It needs -lresolv included in LIBS | Jim McDonough | 1 | -0/+1 |
2003-05-08 | Revert a patch that somehow slipped in... | Volker Lendecke | 1 | -2/+2 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 10 | -123/+186 |
2003-05-08 | This puts back wins.dat into nmbd for easy editing. It leaves most of | Volker Lendecke | 1 | -194/+222 |
2003-05-08 | Another attempt at undoing my bogus patch 1.55.2.19 | Tim Potter | 1 | -0/+2 |
2003-05-07 | Always initialise this - it helps callers who use this in a loop... | Andrew Bartlett | 1 | -0/+2 |
2003-05-07 | Fix the spinning bug for 'net rpc user' as well - there are more errors in | Andrew Bartlett | 1 | -4/+4 |
2003-05-07 | SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION | Jeremy Allison | 1 | -9/+1 |
2003-05-07 | Fix irritating typo - non arg functions should be fn(void). | Jeremy Allison | 1 | -1/+1 |
2003-05-07 | Make fchown, fchmod conditional for systems that don't have them. | Jeremy Allison | 2 | -5/+20 |
2003-05-07 | SMB Signing with NTLMv2 works! | Andrew Bartlett | 1 | -11/+2 |
2003-05-07 | Set our 'global sam name' in one place. For domain controllers, this is | Andrew Bartlett | 5 | -35/+15 |
2003-05-07 | Whoops - that wasn't a whitespace syncup after all. | Tim Potter | 1 | -0/+2 |
2003-05-07 | Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk> | Jeremy Allison | 1 | -3/+2 |
2003-05-07 | We used to use the name "*",0x0 here, but some Windows | Jeremy Allison | 1 | -1/+9 |
2003-05-06 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+45 |
2003-05-06 | sort out some include dependencies | Simo Sorce | 4 | -33/+65 |
2003-05-06 | add mapping.h here | Simo Sorce | 1 | -0/+1 |