index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
1
-2
/
+1
*
s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...
Günther Deschner
2009-12-16
1
-2
/
+4
*
s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff time
Michael Adam
2009-10-27
1
-4
/
+28
*
s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...
Bo Yang
2009-07-15
1
-1
/
+1
*
Fix coverity #920. Possible NULL deref.
Jeremy Allison
2009-06-19
1
-0
/
+4
*
Make it possible to change machine account sids
Simo Sorce
2009-05-30
1
-40
/
+171
*
Remove trailing whitespaces
Simo Sorce
2009-05-30
1
-20
/
+20
*
s3:pdbedit: fix "format not a string literal and no format arguments" warnings
Michael Adam
2009-05-29
1
-2
/
+2
*
Consolidate create/delete account paths in pdbedit
Simo Sorce
2009-05-29
1
-257
/
+319
*
Remove a silly check
Volker Lendecke
2009-04-05
1
-7
/
+0
*
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
2009-03-07
1
-10
/
+10
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-2
/
+2
*
[s3]pdbedit: remove unused variable.
Michael Adam
2008-10-27
1
-4
/
+0
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-8
/
+15
*
Convert pdbedit to use pdb_search_users
Volker Lendecke
2007-12-26
1
-78
/
+123
*
Replace sid_string_static with sid_string_tos
Volker Lendecke
2007-12-15
1
-2
/
+2
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-2
/
+2
*
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
2007-12-03
1
-13
/
+13
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-14
/
+14
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-25
/
+25
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-2
/
+1
*
r24943: Some stackframes
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23407: While verifying a bug I found out that for some reason
Simo Sorce
2007-10-10
1
-17
/
+14
*
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r22828: Fix typo. Bugzilla #4589.
James Peach
2007-10-10
1
-1
/
+1
*
r21962: Make pdbedit use the configfile specified by -s
Volker Lendecke
2007-10-10
1
-1
/
+6
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...
Volker Lendecke
2007-10-10
1
-5
/
+11
*
r19127: Fix bug 4152
Volker Lendecke
2007-10-10
1
-0
/
+6
*
r18748: Eliminate set of computed time values
Jim McDonough
2007-10-10
1
-76
/
+3
*
r18313: Nobody said "no" (yet.... gd?), so commit it:
Volker Lendecke
2007-10-10
1
-12
/
+0
*
r16252: Fix Klocwork ID 1119, 1121.
Volker Lendecke
2007-10-10
1
-0
/
+10
*
r14577: BUG Fixes:
Gerald Carter
2007-10-10
1
-13
/
+199
*
r14062: Forgot those in the uint16/32 acb_info switch.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
2007-10-10
1
-59
/
+24
*
r13607: Fix compile - don't ref auto variable in a structure initialization.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-12
/
+33
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-25
/
+25
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13525: This is only a cleanup to have the memset() and SAFE_FREE() only one
Lars Müller
2007-10-10
1
-8
/
+9
*
r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.
Lars Müller
2007-10-10
1
-10
/
+10
*
r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r13460: by popular demand....
Gerald Carter
2007-10-10
1
-159
/
+26
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-5
/
+5
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r13136: Fix handling user sid and user gid
Simo Sorce
2007-10-10
1
-2
/
+4
*
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
2007-10-10
1
-0
/
+2
[next]