index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
pdbedit.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make it possible to actually use --user-SID and --group-SID on a standard com...
Andrew Bartlett
2003-05-12
1
-2
/
+2
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-3
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+3
*
Use a common function to create the SAM_ACCOUNT being used to add accounts
Andrew Bartlett
2003-04-29
1
-12
/
+4
*
back port from HEAD
Simo Sorce
2003-04-26
1
-5
/
+74
*
Merge Jelmer's popt updates from HEAD.
Tim Potter
2003-04-14
1
-5
/
+4
*
Implement abartlet's suggestion to add attribs to ldap if they
Volker Lendecke
2003-03-23
1
-6
/
+0
*
This does two things:
Volker Lendecke
2003-03-23
1
-1
/
+37
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-10
/
+12
*
Invert flag testing
Volker Lendecke
2003-02-07
1
-3
/
+5
*
merge from HEAD
Volker Lendecke
2003-02-06
1
-4
/
+22
*
Fix memory leak. Thanks, Herb!
Volker Lendecke
2003-01-07
1
-0
/
+1
*
Merge from HEAD.
Volker Lendecke
2003-01-07
1
-4
/
+14
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-12
/
+16
*
Revert by Simo's request. HEAD and 3.0 should be in sync for
Jeremy Allison
2002-12-28
1
-10
/
+2
*
Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...
Jeremy Allison
2002-12-28
1
-1
/
+8
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-13
/
+4
*
Merge passdb from HEAD -> 3.0
Andrew Bartlett
2002-11-02
1
-15
/
+15
*
sync with head...
Jelmer Vernooij
2002-10-28
1
-19
/
+13
*
sync with HEAD
Gerald Carter
2002-09-26
1
-13
/
+13
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+12
*
sync 3.0 branch with HEAD
Jelmer Vernooij
2002-08-17
1
-90
/
+226
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-351
/
+187
*
second step to gain free uid<->rid mapping
Simo Sorce
2002-03-19
1
-0
/
+2
*
more verbose checking in talloc and util_pw
Simo Sorce
2002-03-18
1
-9
/
+10
*
Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.
Andrew Bartlett
2002-01-31
1
-6
/
+14
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdb
Andrew Bartlett
2002-01-27
1
-5
/
+10
*
Try to get the compiler not to complain about assignments and truth values...
Andrew Bartlett
2002-01-26
1
-2
/
+1
*
getpwnam -> getpwnam_alloc.
Andrew Bartlett
2002-01-23
1
-6
/
+10
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-35
/
+26
*
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
1
-1
/
+1
*
merge changes from 2.2 branch to prevent smb.conf from changing debug level
Herb Lewis
2002-01-07
1
-0
/
+4
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-2
/
+2
*
reverted to 1.24 and manually merged in changes from 2.2
Gerald Carter
2001-12-31
1
-194
/
+71
*
fix compile error
Gerald Carter
2001-12-31
1
-1
/
+3
*
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
2001-12-31
1
-74
/
+199
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-9
/
+9
*
Minor typos
Volker Lendecke
2001-11-25
1
-2
/
+2
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-3
/
+2
*
Fix up pdbedit so that it at least compiles without warnings.
Andrew Bartlett
2001-11-04
1
-92
/
+61
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-4
/
+4
*
clear errno before a call, tdbsam will not update it.
Simo Sorce
2001-10-29
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
Don't try to write the LM password in the NT password feild.
Andrew Bartlett
2001-09-30
1
-1
/
+0
*
Fix up a number of intertwined issues:
Andrew Bartlett
2001-09-29
1
-18
/
+18
*
Removed smbpasswd_XX call (how did this get re-added, I removed all
Jeremy Allison
2001-09-27
1
-1
/
+1
*
Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).
Jeremy Allison
2001-09-27
1
-127
/
+103
*
Major update to pdbedit's import and export code, in line with reqests for it
Andrew Bartlett
2001-09-27
1
-81
/
+83
[prev]
[next]