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
/
source4
/
auth
/
ntlmssp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-18
Typo, formatting fixes.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-2
/
+2
2008-05-05
Fix the build after the auth/ -> auth/ntlm/ rename
Andrew Bartlett
2
-2
/
+2
2008-04-26
Fix dependencies on gensec_krb5 and the NTLMSSP code.
Andrew Bartlett
1
-1
/
+1
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-1
/
+1
2008-04-14
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
1
-5
/
+4
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
4
-2
/
+7
2008-02-20
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
1
-1
/
+1
2008-02-18
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
1
-1
/
+1
2008-01-03
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij
5
-11
/
+31
2007-12-21
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
1
-6
/
+7
2007-12-21
r26418: Janitorial: Kill pstring in ntlmssp_parse.c
Kai Blin
1
-28
/
+55
2007-12-21
r26379: Remove more global_loadparm instances.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
1
-6
/
+6
2007-12-21
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2
-28
/
+27
2007-12-21
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
2
-14
/
+16
2007-12-21
r26222: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26136: Attempt to fix dependencies for auth.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25660: Add a new interface 'generate_secret_buffer()', to be used when we
Andrew Bartlett
1
-1
/
+1
2007-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
5
-42
/
+42
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2
-16
/
+16
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
3
-13
/
+12
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2
-16
/
+16
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r25005: Avoid pstring.
Jelmer Vernooij
1
-61
/
+15
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
4
-15
/
+15
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
5
-15
/
+10
2007-10-10
r23680: Make it easier to setup a domain member server - the 'server role'
Andrew Bartlett
1
-1
/
+1
2007-10-10
r22404: more dependencies which should be private
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21039: Test some more failure paths (trying to increase the lcov score).
Andrew Bartlett
1
-5
/
+0
2007-10-10
r20949: Looking over some lcov output, try and walk some error paths.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r19805: Add the (harmless, but apparently default)
Andrew Bartlett
3
-2
/
+10
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
4
-3
/
+10
2007-10-10
r18258: need to use .priority not .order here
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18250: Add an ordering of GENSEC modules, so we do preferred modules first.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r17285: some reformating
Stefan Metzmacher
1
-10
/
+23
2007-10-10
r17284: move the input checking stuff from ntlmssp_update() into its
Stefan Metzmacher
1
-40
/
+44
2007-10-10
r17170: Catch some more out-of-memory cases, and provide some clues when
Andrew Bartlett
1
-7
/
+18
2007-10-10
r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit
Andrew Bartlett
3
-4
/
+12
2007-10-10
r16569: - use push_string()
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...
Gerald Carter
1
-1
/
+1
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
1
-1
/
+1
[prev]
[next]