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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-19
Fix coverity #920. Possible NULL deref.
Jeremy Allison
1
-0
/
+4
2009-06-19
Don't require "Modify property" perms to unjoin bug #6481)
Jim McDonough
1
-2
/
+9
2009-06-17
s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...
David Markey
1
-18
/
+24
2009-06-17
s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".
Günther Deschner
1
-10
/
+14
2009-06-09
net: Only use the in memory ccache when not already using a kerberos ticket i...
Kai Blin
1
-1
/
+2
2009-06-09
s3-net: fix "net ads testjoin".
Günther Deschner
1
-0
/
+1
2009-06-09
Make "net sam [add|del]mem" work for domain groups
Volker Lendecke
1
-0
/
+24
2009-06-09
Implement "net sam deletedomaingroup"
Volker Lendecke
1
-0
/
+53
2009-06-08
Make "net ads listmem" also work for domain groups
Volker Lendecke
1
-14
/
+34
2009-06-08
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2
-2
/
+4
2009-06-08
Further fix for 6449
Volker Lendecke
1
-1
/
+1
2009-06-08
Fix a valgrind error in "net rap user add"
Volker Lendecke
1
-0
/
+1
2009-06-08
Fix bug 6449
Volker Lendecke
1
-1
/
+1
2009-06-07
Add "net sam createdomaingroup"
Volker Lendecke
1
-0
/
+36
2009-06-05
Fix a couple of warnings in log2pcaphex.c
Volker Lendecke
1
-8
/
+12
2009-06-05
Fix bug 6392: Exit log2pcaphex if a requested output file can't be opened
Volker Lendecke
1
-0
/
+1
2009-06-03
Fix bug #2356 - smbclient -t <term code> no longer works.
Jeremy Allison
1
-2
/
+0
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-05-29
Consolidate user create/delete paths in smbpasswd
Simo Sorce
1
-27
/
+15
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
3
-11
/
+11
2009-05-26
s3:dbwrap_tool: add listkeys operation
Michael Adam
1
-2
/
+45
2009-05-26
s3:dbwrap_tool: remove superfluous command mapping
Michael Adam
1
-1
/
+0
2009-05-26
s3:dbwrap_tool: add "erase" opearation
Michael Adam
1
-6
/
+42
2009-05-25
net: Use samba default command line arguments.
Kai Blin
11
-209
/
+135
2009-05-25
source3/utils/log2pcaphex.c(main): fixed file descriptors leak.
Slava Semushin
1
-0
/
+8
2009-05-22
s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...
Bo Yang
2
-1
/
+57
2009-05-17
s3:fix bug #6371, unsuccessful net conf setparm leaves empty share
Michael Adam
1
-3
/
+25
2009-05-15
Fix bug 6361: Make --rcfile work in smbget
Volker Lendecke
1
-1
/
+1
2009-05-15
s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.
Michael Adam
1
-0
/
+247
2009-05-13
s3-printing: no need to define struct table_node 4 times.
Günther Deschner
1
-8
/
+1
2009-05-13
s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...
Günther Deschner
1
-1
/
+1
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
4
-12
/
+12
2009-05-11
s3-net: add "net dom renamecomputer" to rename machines in a domain.
Günther Deschner
1
-1
/
+113
2009-05-07
Fix bug 6336: "net groupmap set" segfaults
Volker Lendecke
1
-2
/
+4
2009-05-06
Make cli_setatr async.
Jeremy Allison
1
-1
/
+1
2009-05-06
Make cli_setattrE async.
Jeremy Allison
1
-1
/
+1
2009-05-05
Make cli_getattrE async.
Jeremy Allison
1
-2
/
+2
2009-05-03
Fix some warnings due to uint16_t!=-1 always being true
Volker Lendecke
1
-1
/
+1
2009-05-03
Fix a bunch of type-punned warnings -- gd, please fix properly :-)
Volker Lendecke
1
-15
/
+30
2009-04-30
Cause cli_close to return an NTSTATUS.
Jeremy Allison
1
-4
/
+4
2009-04-30
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
4
-41
/
+34
2009-04-30
s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.
Günther Deschner
1
-1
/
+2
2009-04-29
s3-net: make "net eventlog" help output a little more appropriate.
Günther Deschner
1
-1
/
+1
2009-04-28
s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...
Günther Deschner
1
-0
/
+13
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-5
/
+5
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2
-6
/
+6
2009-04-27
s3:net conf: support dangling parameters by specifying "" as the section name.
Michael Adam
1
-12
/
+30
[next]