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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-05-03
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+737
2003-05-03
Add a comment about the use of string functions in the modules code, and
Andrew Bartlett
1
-4
/
+9
2003-05-03
Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm
Andrew Bartlett
1
-1
/
+1
2003-05-03
fixes to *_util.c files
Simo Sorce
4
-15
/
+416
2003-05-02
exclude tdbsam2.h generation until it will be used
Simo Sorce
1
-14
/
+15
2003-05-02
fix pam_smbpass
Simo Sorce
2
-3
/
+3
2003-05-02
remove testing debug line
Simo Sorce
1
-1
/
+1
2003-05-02
Now that multi-pdu schannel works and a but in the negotiator has been
Volker Lendecke
1
-2
/
+2
2003-05-02
shouldn't wellknown group be well.. ..WKN_GRP ?
Simo Sorce
3
-15
/
+15
2003-05-01
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
1
-0
/
+6
2003-05-01
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
1
-0
/
+6
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-05-01
fix wrong debug messages in idmap_util.c
Simo Sorce
2
-5
/
+10
2003-05-01
init wellknown in pdbedit too
Simo Sorce
2
-24
/
+26
2003-05-01
proper wellknown sids initialization at startup
Simo Sorce
5
-40
/
+90
2003-05-01
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+655
2003-05-01
*id_to_*id call reshape to return NTSTATUS errors
Simo Sorce
16
-177
/
+174
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-05-01
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
3
-41
/
+19
2003-05-01
Use ints for the version numbers in the smb_register_*() functions (patch by ...
Jelmer Vernooij
3
-3
/
+3
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
4
-5
/
+5
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2
-94
/
+1
2003-04-30
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+115
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
3
-94
/
+116
2003-04-30
correctly initiazlize idmap tdb when creationg new
Simo Sorce
4
-148
/
+169
2003-04-30
Merge from HEAD - the usual popt-needs-static for Sun CC.
Andrew Bartlett
1
-1
/
+1
2003-04-30
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
Andrew Bartlett
2
-4
/
+4
2003-04-30
Trailing , is non-standard (warning from IRIX)
Andrew Bartlett
1
-2
/
+2
2003-04-30
Fix for AIX - you can't qualify a return type as const, when it's not a
Andrew Bartlett
1
-1
/
+1
2003-04-30
pam_smbpass will need at least IDMAP.
Andrew Bartlett
1
-1
/
+1
2003-04-30
Get pam_smbpass to compile again (it probably won't link or run, but at least
Andrew Bartlett
2
-5
/
+3
2003-04-30
Sun CC requires constant initialisers, so use a static here.
Andrew Bartlett
1
-1
/
+1
2003-04-30
auto-init for utility functions
Simo Sorce
1
-0
/
+18
2003-04-29
forgot to remove getpwnam
Simo Sorce
1
-20
/
+0
2003-04-29
This is a nice rewrite:
Simo Sorce
23
-371
/
+191
2003-04-29
smbgroupedit has been replaced by 'net groupmap'
Gerald Carter
2
-412
/
+0
2003-04-29
remove convert_smbpasswd and addtosmbpass from tree; people can get them from...
Gerald Carter
4
-4
/
+27
2003-04-29
remove convert_smbpasswd and addtosmbpass from tree; people can get them from...
Gerald Carter
3
-93
/
+1
2003-04-29
Like net rpc user -l, let net ads user -l allow more than 50 characters in
Jim McDonough
1
-1
/
+1
2003-04-29
Allow net rpc user -l to list longer than 50 characters in a user comment.
Jim McDonough
1
-1
/
+1
2003-04-29
adding ifdef'd code to add alias membership for vampire
Gerald Carter
1
-0
/
+138
2003-04-29
adding ifdef'd code to add alias membership for vampire
Gerald Carter
1
-0
/
+138
2003-04-29
Some passdb backends really don't like having no primary group - so always
Andrew Bartlett
1
-34
/
+25
2003-04-29
Change order of parameters to smb_register_passdb()
Jelmer Vernooij
3
-3
/
+3
2003-04-29
add version back to lanman string in sessetup reply
Gerald Carter
1
-1
/
+5
2003-04-29
add version back to lanman string in sessetup reply
Gerald Carter
1
-1
/
+5
2003-04-29
Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue
Andrew Bartlett
1
-412
/
+1591
2003-04-29
forgot to add the file where things moved
Simo Sorce
1
-0
/
+189
[next]