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
/
param
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-21
s3:loadparm: add support for P_CMDLIST to is_default() - fix build warning
Michael Adam
1
-0
/
+1
2011-07-21
s3:loadparm: add support for P_BYTES to is_default() - fix build warning
Michael Adam
1
-0
/
+1
2011-07-21
s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning.
Michael Adam
1
-4
/
+14
2011-07-21
s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning.
Michael Adam
1
-0
/
+1
2011-07-21
s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warning
Michael Adam
1
-0
/
+1
2011-07-21
s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warning
Michael Adam
1
-0
/
+1
2011-07-21
s3:loadparm: szNetbiosAliases is now a const char ** - cast properly
Michael Adam
1
-2
/
+2
2011-07-21
s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - c...
Michael Adam
1
-1
/
+1
2011-07-21
s3:loadparm: fix a check that was accidentially an assignment in lp_serviceby...
Michael Adam
1
-1
/
+1
2011-07-21
s3:loadparm: untangle assignment from check in do_section()
Michael Adam
1
-2
/
+2
2011-07-19
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
1
-3
/
+3
2011-07-14
s4-param finish services hooks for s4->s3 loadparm context
Andrew Bartlett
2
-0
/
+17
2011-07-14
s3-param Plug 'netbios aliases' via the parameter bridge
Andrew Bartlett
1
-0
/
+1
2011-07-12
s3:loadparm: use PROTOCOL_SMB2_02 instead of PROTOCOL_SMB2
Stefan Metzmacher
1
-2
/
+3
2011-07-08
lib/param: Merge struct loadparm_service into common
Andrew Bartlett
1
-152
/
+15
2011-07-08
s3-param use common struct parmlist_entry to hold parametric options
Andrew Bartlett
1
-40
/
+30
2011-07-08
s3-param check for aliases with both p_class and offset
Andrew Bartlett
1
-6
/
+17
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
1
-0
/
+1
2011-07-08
param: Add hooks to s3 parm_struct and the parameters void * pointer
Andrew Bartlett
2
-12
/
+49
2011-07-08
s3-param: calculate default_server_announce at runtime
Andrew Bartlett
1
-15
/
+5
2011-07-08
s3-param Remove lp_set_passdb_backend()
Andrew Bartlett
1
-5
/
+0
2011-07-02
s3-param Remove #defines already in common loadparm.h
Andrew Bartlett
1
-12
/
+0
2011-07-02
s3-param Generate parameter tables
Andrew Bartlett
1
-409
/
+37
2011-07-02
param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()
Andrew Bartlett
1
-1
/
+0
2011-07-02
s3-param remove unused bIdmapReadOnly
Andrew Bartlett
1
-2
/
+0
2011-07-02
s3-param Remove unused bUpdateEncrypt
Andrew Bartlett
1
-2
/
+0
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
2
-1
/
+3
2011-06-29
s3-param use C99 boolean for false
Andrew Bartlett
1
-118
/
+118
2011-06-29
s3-param use C99 boolean for true
Andrew Bartlett
1
-99
/
+99
2011-06-29
s3-param Convert sDefault to C99 initialisers
Andrew Bartlett
1
-142
/
+142
2011-06-29
s3-param Remove unused FLAG_DOS_STRING
Andrew Bartlett
1
-2
/
+2
2011-06-29
param: Merge struct parm_struct definitions
Andrew Bartlett
1
-25
/
+25
2011-06-29
s3-param Use .offset rather than .ptr when defining parameters
Andrew Bartlett
1
-6
/
+5
2011-06-29
s3-param Remove .offset == 0 checks as 'valid' will have offset 0
Andrew Bartlett
1
-18
/
+4
2011-06-29
s3-param use .offset rather than .ptr (renames)
Andrew Bartlett
1
-437
/
+441
2011-06-29
s3-param use lp_parm_ptr() rather than parm.ptr directly
Andrew Bartlett
1
-63
/
+58
2011-06-28
s3-param Rename struct service and struct globals
Andrew Bartlett
1
-31
/
+31
2011-06-28
s3-param Remove lp_parm_string
Andrew Bartlett
1
-12
/
+0
2011-06-28
s3-param make lp_passdb_backend() a normal lp_ function again
Andrew Bartlett
1
-42
/
+1
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-65
/
+0
2011-06-23
param: Remove "announce as" parameter
Andrew Bartlett
1
-43
/
+2
2011-06-23
lib/util/charset: Remove 'display charset'
Andrew Bartlett
2
-21
/
+1
2011-06-21
s3-param Put &Globals in the FN_ macros, rather than in each entry
Andrew Bartlett
1
-254
/
+254
2011-06-11
s3-param Remove 'time offset' from smb.conf
Andrew Bartlett
1
-9
/
+0
2011-06-10
s3-param Avoid strupper_m() where possible.
Andrew Bartlett
1
-5
/
+12
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2
-29
/
+7
2011-06-09
s3-param Remove special case for global_scope()
Andrew Bartlett
2
-13
/
+3
2011-06-09
s3-param Remove special case for lp_workgroup()
Andrew Bartlett
1
-16
/
+3
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-06-06
s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer
Andrew Bartlett
1
-0
/
+26
[prev]
[next]