Age | Commit message (Expand) | Author | Files | Lines |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 3 | -6/+11 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 5 | -55/+0 |
2003-07-19 | According to the result of voting, net has default debug level with | Rafal Szczesniak | 1 | -3/+12 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 1 | -1/+0 |
2003-07-16 | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 1 | -25/+12 |
2003-07-15 | Fix memleak | Volker Lendecke | 1 | -0/+2 |
2003-07-15 | Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n... | Alexander Bokovoy | 1 | -0/+11 |
2003-07-15 | Jim, could you please look at this? smbpasswd -a <username> was broken | Volker Lendecke | 1 | -2/+2 |
2003-07-11 | Doesn't re-prompt for password when it is specified on the cmdline | Jim McDonough | 1 | -2/+2 |
2003-07-11 | moving more code around. | Gerald Carter | 2 | -2/+4 |
2003-07-10 | Just a few formatting fixed caught while testing. | Rafal Szczesniak | 1 | -1/+1 |
2003-07-10 | pdbedit should not call idmap anymore. Otherwise pdbedit -L would | Volker Lendecke | 1 | -13/+2 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -4/+11 |
2003-07-09 | more compile fixes for become/unbecome_root() | Gerald Carter | 3 | -0/+45 |
2003-07-07 | and so it begins.... | Gerald Carter | 2 | -22/+22 |
2003-07-05 | Add some debug statments to our vampire code - try to make it easier to track | Andrew Bartlett | 1 | -0/+6 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 1 | -37/+44 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -0/+6 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 4 | -11/+11 |
2003-07-03 | Some fixes for ads printer publish: | Tim Potter | 1 | -6/+26 |
2003-07-03 | Implemented 'net ads printer search' which searches the directory for | Tim Potter | 1 | -0/+32 |
2003-07-02 | #ifdef out apparently unused function. | Tim Potter | 1 | -0/+4 |
2003-06-30 | Yet more shadow variable warnings. | Tim Potter | 1 | -3/+3 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 3 | -27/+26 |
2003-06-25 | large change: | Gerald Carter | 3 | -13/+11 |
2003-06-24 | Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and change | Jeremy Allison | 1 | -7/+6 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -2/+2 |
2003-06-21 | (fixing bug in my last commit) | Andrew Bartlett | 1 | -6/+6 |
2003-06-21 | This removes the StrCaseCmp() stuff from 'net idmap' and 'net | Andrew Bartlett | 4 | -178/+202 |
2003-06-20 | Fix bug #136. Add message about erroneous empty "passdb backend" parameter. | Jim McDonough | 1 | -0/+4 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 4 | -44/+13 |
2003-06-16 | Replace all use of bzero with memset ... | Richard Sharpe | 1 | -15/+15 |
2003-06-16 | This glosses over John's problem at SambaXP 2003. When we want to join | Volker Lendecke | 1 | -3/+17 |
2003-06-16 | Fix misleading debug message. | Volker Lendecke | 1 | -1/+1 |
2003-06-16 | Make net rpc vampire return an error if the sam sync RPC returns an error. | Tim Potter | 1 | -9/+29 |
2003-06-16 | another improved debug statement | Andrew Tridgell | 1 | -1/+1 |
2003-06-14 | Add 'net idmap restore'. This restores a broken idmap file | Volker Lendecke | 2 | -0/+73 |
2003-06-14 | This patch modifies 'net rpc vampire' to add new and existing users to both | Andrew Bartlett | 2 | -20/+43 |
2003-06-13 | Trivial extension to 'net' to dump current local idmap. | Volker Lendecke | 2 | -0/+62 |
2003-06-12 | Fix for bug#3. Show comments when doing 'net group -l'. | Volker Lendecke | 1 | -16/+80 |
2003-06-12 | Working on bug#3. We want all of the aliases, so start with 0. | Volker Lendecke | 1 | -0/+2 |
2003-06-10 | More updates on editreg.c to bring it better in line with the Samba source. | Richard Sharpe | 1 | -21/+21 |
2003-06-10 | use lp_realm() to find the default realm for 'net ads password' | Andrew Tridgell | 1 | -10/+24 |
2003-06-08 | Make sure that we use schannel (if configured) when checking for a valid | Andrew Bartlett | 1 | -12/+13 |
2003-05-30 | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so | Jim McDonough | 1 | -1/+2 |
2003-05-29 | Setting account policy values is done using -C, not -V. Fixes bug #120 | Jelmer Vernooij | 1 | -1/+1 |
2003-05-20 | Fix bug #96: Use DNS decompression to properly parse cldap netlogon | Jim McDonough | 1 | -110/+132 |
2003-05-15 | Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check. | Jeremy Allison | 1 | -1/+1 |
2003-05-12 | Fix obvious compiler warnings. | Jeremy Allison | 2 | -2/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 2 | -37/+27 |