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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-07
s3-libgpo: remove handmarshalled PReg parser from registry CSE.
Günther Deschner
1
-1
/
+5
2010-07-07
s3-registry: add preg.idl.
Günther Deschner
1
-1
/
+2
2010-07-07
s3-build: some makefile cosmetics.
Günther Deschner
1
-4
/
+9
2010-07-07
s3-build: add IDL_FILES variable.
Günther Deschner
1
-8
/
+11
2010-07-06
s3-selftest: add "make testenv" target to Makefile.
Günther Deschner
1
-0
/
+6
2010-07-05
s3-winbind: Added a common rpc_enum_dom_groups function.
Andreas Schneider
1
-1
/
+2
2010-07-05
s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.
Andreas Schneider
1
-1
/
+1
2010-07-05
s3-winbind: Replace the passdb backend with a samr/lsa based backend.
Andreas Schneider
1
-1
/
+0
2010-07-05
s3-winbind: Added a skeleton for samr based functions.
Andreas Schneider
1
-1
/
+3
2010-07-05
s3-winbind: Initialize the server_info on winbindd start.
Andreas Schneider
1
-0
/
+1
2010-07-05
s3-build: add idl_full to Makefile.
Günther Deschner
1
-0
/
+9
2010-07-05
s3: Add sconn_server_id()
Volker Lendecke
1
-0
/
+1
2010-07-04
s3: Fix bug 7336: Enable idmap_passdb module build as shared
Volker Lendecke
1
-0
/
+4
2010-07-02
s3-registry: remove unused reg_util_marshalling code.
Günther Deschner
1
-3
/
+0
2010-06-30
s3-libsmb: move change_trust_account_password out of smbd into libsmb.
Günther Deschner
1
-1
/
+1
2010-06-16
s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4)
Günther Deschner
1
-0
/
+4
2010-06-10
s3:winbindd use common server context functions
Simo Sorce
1
-1
/
+0
2010-06-10
s3:lib make server contexts generic
Simo Sorce
1
-0
/
+1
2010-06-07
s3:rpc handles are used by all pipes, use better name
Simo Sorce
1
-1
/
+1
2010-06-04
s3-rpc: Create a file with all functions for a internal named pipe.
Andreas Schneider
1
-1
/
+5
2010-06-04
s3-rpc: Seperate rpc_srv_register for plain connection.
Andreas Schneider
1
-2
/
+1
2010-06-04
s3-auth: Moved smbd user functions to a generic place.
Andreas Schneider
1
-1
/
+2
2010-06-04
ѕ3:Makefile: use PIC instead of PIE flags for shared libs
Björn Jacke
1
-4
/
+4
2010-06-03
s3-build: pure cosmetics, use better names for gen_ndr code pieces.
Günther Deschner
1
-8
/
+6
2010-06-02
s3: Add vfs_linux_xfs_sgid
Volker Lendecke
1
-0
/
+5
2010-06-01
s3:param Put 'server_role' functions in another file.
Andrew Bartlett
1
-1
/
+1
2010-05-31
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
Andrew Bartlett
1
-1
/
+2
2010-05-30
s3: set pthread cflags in a more portable fashion
Björn Jacke
1
-4
/
+33
2010-05-30
Revert "s3: Attempt to fix the non-gnumake build"
Björn Jacke
1
-2
/
+1
2010-05-28
s3:lib split out global workgroup and netbios name functions.
Andrew Bartlett
1
-1
/
+2
2010-05-28
s3:smbd split reload services/printers functions from server.c
Andrew Bartlett
1
-1
/
+2
2010-05-28
s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c
Andrew Bartlett
1
-1
/
+1
2010-05-27
s3:Makefile.in: add npa_tstream.o to the build of smbd
Stefan Metzmacher
1
-1
/
+3
2010-05-26
s3-samr: move chgpasswd.c out of smbd and into the samr server.
Günther Deschner
1
-2
/
+3
2010-05-26
s3:Makefile: add missing linker flags for smbfilter
Björn Jacke
1
-1
/
+1
2010-05-26
s3:Makefile: fix a typo in flag variable name
Björn Jacke
1
-4
/
+4
2010-05-25
s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.c
Michael Adam
1
-2
/
+3
2010-05-25
s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}
Michael Adam
1
-1
/
+1
2010-05-25
s3:registry: move registry_create_admin_token() to new reg_util_token.c
Michael Adam
1
-0
/
+1
2010-05-24
s3:Makefile: set PIE flags also for nss_winbind
Björn Jacke
1
-1
/
+1
2010-05-24
s3:Makefile: position independency is also needed for shared libs
Björn Jacke
1
-2
/
+2
2010-05-24
s3:build: don't use pieflags twice - ldflags already have them
Björn Jacke
1
-2
/
+2
2010-05-23
s3: Next step to fix the build on OpenSolaris
Volker Lendecke
1
-0
/
+1
2010-05-22
s3: Attempt to fix the non-gnumake build
Volker Lendecke
1
-1
/
+2
2010-05-20
librpc: finally merge ndr_string.c.
Günther Deschner
1
-1
/
+1
2010-05-18
s3:split secrets.c to put machine account secrets in a new file
Andrew Bartlett
1
-1
/
+1
2010-05-18
s3-net: Added a rather trivial "net printing dump" command.
Günther Deschner
1
-1
/
+4
2010-05-16
s3-selftest: Allow overriding the subunit formatter.
Jelmer Vernooij
1
-1
/
+3
2010-05-14
Move standard printcap parsing to print_standard.c
Simo Sorce
1
-1
/
+1
2010-05-13
s3:build: build smbtorture4 when the merged build is selected
Stefan Metzmacher
1
-2
/
+1
[next]