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
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
2007-10-10
r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>
Volker Lendecke
1
-1
/
+1
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-159
/
+26
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-5
/
+5
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r13136: Fix handling user sid and user gid
Simo Sorce
1
-2
/
+4
2007-10-10
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
1
-0
/
+2
2007-10-10
r12398: adding Guenther's account policy migration fix
Gerald Carter
1
-1
/
+50
2007-10-10
r11327: Make user domain settable by pdbedit
Volker Lendecke
1
-2
/
+9
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-9
/
+37
2007-10-10
r9272: Patch for fixing unused variables warning from Jason Mader. Fixes
Tim Potter
1
-6
/
+6
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-2
/
+2
2007-10-10
r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.
Tim Potter
1
-1
/
+1
2007-10-10
r5862: And some more const
Volker Lendecke
1
-1
/
+1
2007-10-10
r5790: Added ability to set account description.
John Terpstra
1
-2
/
+8
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-35
/
+7
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-7
/
+35
2007-10-10
r4921: Typo.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-3
/
+3
2007-10-10
r4153: port from trunk of pdbedit changes
Simo Sorce
1
-7
/
+82
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r1812: Fix from Richard Renard <rrenard@idealx.com> to be able to reset
Jeremy Allison
1
-3
/
+30
2007-10-10
r1537: Fix to stop printing accounts from resetting the bas password
Jeremy Allison
1
-15
/
+10
2007-10-10
r1478: Useful patch from Tom Alsberg <alsbergt@cs.huji.ac.il>, to export a si...
Simo Sorce
1
-8
/
+24
2007-10-10
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
1
-0
/
+5
2004-02-23
Fix "unable to initialize" bug when smbd hasn't been run with
Jeremy Allison
1
-0
/
+4
2004-02-19
Enable checking/resetting of account lockout and bad password based on policy
Jim McDonough
1
-3
/
+17
2004-02-19
Add bad password reset and display of bad password count/time
Jim McDonough
1
-3
/
+25
2004-02-11
fix set/getsampwent iterator in tdbsam to use an allocated list
Gerald Carter
1
-2
/
+4
2004-01-29
more initialization fixes
Gerald Carter
1
-0
/
+41
2003-11-27
Fix for pdbedit error code returns (sorry, forgot who sent in the patch).
Jeremy Allison
1
-2
/
+11
2003-09-21
Fix typo
Jelmer Vernooij
1
-1
/
+1
[next]