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
/
net_sam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net sam: fix typo in comment
Michael Adam
2008-06-17
1
-1
/
+1
*
net sam: fix typo in debug message.
Michael Adam
2008-06-17
1
-1
/
+1
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-10
/
+10
*
net: Make "net sam" use functable3
Kai Blin
2008-06-10
1
-110
/
+351
*
net: Use true/false instead of True/False.
Kai Blin
2008-05-20
1
-3
/
+3
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-9
/
+9
*
net: Remove globals
Kai Blin
2008-05-10
1
-62
/
+83
*
objectclass -> objectClass
Karolin Seeger
2008-04-10
1
-3
/
+3
*
Properly destroy the pdb search object
Volker Lendecke
2007-12-26
1
-1
/
+1
*
Make usage message for net sam rights list a little more precise.
Michael Adam
2007-12-17
1
-1
/
+1
*
Fix flags in all callers of lookup_name() in net_sam.c.
Michael Adam
2007-12-17
1
-16
/
+16
*
Replace sid_string_static with sid_string_tos
Volker Lendecke
2007-12-15
1
-5
/
+4
*
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
2007-12-15
1
-5
/
+10
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r25040: Add "net sam rights"
Volker Lendecke
2007-10-10
1
-4
/
+136
*
r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.
Jeremy Allison
2007-10-10
1
-6
/
+8
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-19
/
+19
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
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
*
r23323: merged ldb changes from 3.0.26
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net
Volker Lendecke
2007-10-10
1
-0
/
+118
*
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
2007-10-10
1
-7
/
+8
*
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
2007-10-10
1
-8
/
+7
*
r22766: Merge from 3_0:
Volker Lendecke
2007-10-10
1
-7
/
+8
*
r22412: Add a "deletelocalgroup" subcommand to net sam.
Michael Adam
2007-10-10
1
-0
/
+42
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21776: fix bugs #4438 #4440
Simo Sorce
2007-10-10
1
-4
/
+10
*
r20654: Fix from Karolin Seeger <ks@sernet.de>: Accept "forever", "off" and "...
Volker Lendecke
2007-10-10
1
-7
/
+15
*
r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...
Volker Lendecke
2007-10-10
1
-26
/
+57
*
r19840: Fix an uninitialized variable
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r19835: Some net sam policy improvements.
Volker Lendecke
2007-10-10
1
-50
/
+77
*
r18758: Update net sam to use calculated times and force change password prop...
Jim McDonough
2007-10-10
1
-43
/
+13
*
r18556: Implement "net sam policy", thanks to Karolin Seeger <ks@sernet.de>.
Volker Lendecke
2007-10-10
1
-0
/
+76
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-9
/
+9
*
r17554: Cleanup
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r17463: A bit of cleanup work:
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
Volker Lendecke
2007-10-10
1
-2
/
+9
*
r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r15173: Fix a non-critical memleak
Volker Lendecke
2007-10-10
1
-7
/
+2
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r14699: allow 'net sam addmem' to accept a SID for the member
Gerald Carter
2007-10-10
1
-5
/
+19
*
r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gid
Gerald Carter
2007-10-10
1
-0
/
+59
*
r13846: Take care of system that do not have LDAP libraries
Simo Sorce
2007-10-10
1
-0
/
+5
*
r13843: Merge in net sam provision and some pdb_ldap fixes
Simo Sorce
2007-10-10
1
-0
/
+386
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-3
/
+3
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-8
/
+8
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-0
/
+784