index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
pdbedit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-06
s3-passdb: include samr.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-8
/
+8
2010-05-21
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Andrew Bartlett
1
-6
/
+6
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-2
/
+1
2009-12-16
s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...
Günther Deschner
1
-2
/
+4
2009-10-27
s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff time
Michael Adam
1
-4
/
+28
2009-07-15
s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...
Bo Yang
1
-1
/
+1
2009-06-19
Fix coverity #920. Possible NULL deref.
Jeremy Allison
1
-0
/
+4
2009-05-30
Make it possible to change machine account sids
Simo Sorce
1
-40
/
+171
2009-05-30
Remove trailing whitespaces
Simo Sorce
1
-20
/
+20
2009-05-29
s3:pdbedit: fix "format not a string literal and no format arguments" warnings
Michael Adam
1
-2
/
+2
2009-05-29
Consolidate create/delete account paths in pdbedit
Simo Sorce
1
-257
/
+319
2009-04-05
Remove a silly check
Volker Lendecke
1
-7
/
+0
2009-03-07
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
1
-10
/
+10
2008-11-06
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
1
-2
/
+2
2008-10-27
[s3]pdbedit: remove unused variable.
Michael Adam
1
-4
/
+0
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-8
/
+15
2007-12-26
Convert pdbedit to use pdb_search_users
Volker Lendecke
1
-78
/
+123
2007-12-15
Replace sid_string_static with sid_string_tos
Volker Lendecke
1
-2
/
+2
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-12-03
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
1
-13
/
+13
2007-10-19
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
1
-14
/
+14
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-25
/
+25
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-2
/
+1
2007-10-10
r24943: Some stackframes
Volker Lendecke
1
-0
/
+3
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23407: While verifying a bug I found out that for some reason
Simo Sorce
1
-17
/
+14
2007-10-10
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
1
-2
/
+2
2007-10-10
r22828: Fix typo. Bugzilla #4589.
James Peach
1
-1
/
+1
2007-10-10
r21962: Make pdbedit use the configfile specified by -s
Volker Lendecke
1
-1
/
+6
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy Allison
1
-0
/
+1
2007-10-10
r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...
Volker Lendecke
1
-5
/
+11
2007-10-10
r19127: Fix bug 4152
Volker Lendecke
1
-0
/
+6
2007-10-10
r18748: Eliminate set of computed time values
Jim McDonough
1
-76
/
+3
2007-10-10
r18313: Nobody said "no" (yet.... gd?), so commit it:
Volker Lendecke
1
-12
/
+0
2007-10-10
r16252: Fix Klocwork ID 1119, 1121.
Volker Lendecke
1
-0
/
+10
2007-10-10
r14577: BUG Fixes:
Gerald Carter
1
-13
/
+199
2007-10-10
r14062: Forgot those in the uint16/32 acb_info switch.
Günther Deschner
1
-2
/
+2
2007-10-10
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
1
-59
/
+24
2007-10-10
r13607: Fix compile - don't ref auto variable in a structure initialization.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
1
-12
/
+33
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
1
-25
/
+25
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-2
/
+2
2007-10-10
r13525: This is only a cleanup to have the memset() and SAFE_FREE() only one
Lars Müller
1
-8
/
+9
2007-10-10
r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.
Lars Müller
1
-10
/
+10
[next]