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-04-22
Oops...
Andrew Bartlett
1
-1
/
+1
2003-04-22
Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't
Andrew Bartlett
2
-9
/
+32
2003-04-22
default new groups to domain groups
Gerald Carter
1
-3
/
+3
2003-04-22
Fix up bugs in the new 'store sec_channel type' code - we were always joining
Andrew Bartlett
2
-6
/
+4
2003-04-22
support referencing group by sid in all operations; allow group name to be ch...
Gerald Carter
1
-13
/
+60
2003-04-22
wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...
Gerald Carter
1
-0
/
+5
2003-04-22
removing some ifdef'd out code
Gerald Carter
1
-8
/
+0
2003-04-22
Tidyups of some dubious logic discovered whilst trying to track down a
Jeremy Allison
2
-7
/
+6
2003-04-21
Fixup a few typos for Jerry.
Jeremy Allison
1
-4
/
+4
2003-04-21
* fix segfault when no vfs objects defined
Gerald Carter
3
-8
/
+18
2003-04-21
Make it easier to select which domain to show the sid for.
Andrew Bartlett
1
-2
/
+2
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
24
-201
/
+360
2003-04-21
Add const, static and fix a double free() (merge from HEAD).
Andrew Bartlett
1
-6
/
+5
2003-04-21
Merge whitespace and const from HEAD
Andrew Bartlett
1
-9
/
+9
2003-04-21
Header updates for smb signing merge
Andrew Bartlett
1
-3
/
+4
2003-04-21
Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.
Andrew Bartlett
5
-20
/
+50
2003-04-21
Default to "passdb.xml" as default output filename instead of "-"
Jelmer Vernooij
1
-1
/
+1
2003-04-21
- Fix modules build of pdb_mysql and pdb_xml
Jelmer Vernooij
3
-10
/
+4
2003-04-21
Pdb modules are in $libdir/pdb not $libdir/passdb
Jelmer Vernooij
1
-1
/
+1
2003-04-20
Merge a trivial fix across from HEAD. Not that this
Volker Lendecke
1
-1
/
+1
2003-04-19
Address gcc warnings.
Volker Lendecke
1
-1
/
+5
2003-04-19
Added smbgroupedit to PROGS2
John Terpstra
1
-1
/
+1
2003-04-19
use gid_t for gids not uid_t
Simo Sorce
1
-1
/
+1
2003-04-19
Merging smbgroupedit into 'net groupmap'. Not entirely done.
Gerald Carter
4
-2
/
+463
2003-04-18
'vfs object' is a list not a string (we have cascaded VFS modules in 3_0 as
Jelmer Vernooij
1
-20
/
+3
2003-04-18
fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...
Gerald Carter
1
-0
/
+4
2003-04-18
Survive a samdump with an alias that has no description
Volker Lendecke
1
-3
/
+6
2003-04-18
fixing torture build by merging code from HEAD
Gerald Carter
2
-892
/
+1359
2003-04-17
Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEAD
Jelmer Vernooij
1
-138
/
+72
2003-04-17
Remove SamBackend variable (is already gone in HEAD)
Jelmer Vernooij
1
-1
/
+0
2003-04-17
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+3145
2003-04-17
More updates ...
Richard Sharpe
1
-2
/
+64
2003-04-17
Updates to editreg.c to provide more functionality ...
Richard Sharpe
1
-261
/
+1119
2003-04-16
Fixes for multi-PDU schannel - based on Volker's code. This code needs
Jeremy Allison
1
-9
/
+36
2003-04-16
Move PAC decoding over from HEAD.
Jim McDonough
3
-1
/
+10
2003-04-16
Fixes to make SCHANNEL work against a W2K DC. Still need to fix
Jeremy Allison
5
-32
/
+49
2003-04-16
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
6
-32
/
+51
2003-04-16
Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported
Jelmer Vernooij
1
-1
/
+1
2003-04-16
Only use backtrace variables when we can use them
Jelmer Vernooij
1
-0
/
+2
2003-04-16
Only declare backtrace variables when using them
Jelmer Vernooij
1
-0
/
+2
2003-04-16
More merges from HEAD:
Jelmer Vernooij
13
-496
/
+689
2003-04-16
Check whether return status of poptGetNextOpt is -1, not EOF
Jelmer Vernooij
1
-1
/
+1
2003-04-16
fixed the popt option handling in nmbd, so that -i now works
Andrew Tridgell
1
-34
/
+37
2003-04-16
Check for -1 not EOF as return value of poptGetNextOpt
Jelmer Vernooij
1
-1
/
+1
2003-04-16
Fix segfault by getting this the right way around
Andrew Bartlett
1
-1
/
+1
2003-04-16
Merge valgrind header usage from HEAD.
Andrew Bartlett
2
-14
/
+17
2003-04-16
Add support for the new modules system to lib/iconv.c (merge from HEAD)
Jelmer Vernooij
3
-162
/
+223
2003-04-16
Add make destination for librpc_echo
Jelmer Vernooij
1
-0
/
+5
2003-04-16
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
13
-113
/
+159
2003-04-16
Adjust comment to respect change to no longer use unixsam by default...
Andrew Bartlett
1
-3
/
+2
[next]