index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r12738: Use a talloc_reference to ensure this doesn't get free()'ed too early.
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r12708: This is equivilant, but doesn't cause a warning.
Andrew Bartlett
2007-10-10
1
-2
/
+1
*
r12704: role => server role
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r12703: Fix handling of short passdb backends (also reported by Steinar Gunde...
Jelmer Vernooij
2007-10-10
1
-2
/
+4
*
r12699: correctly escape invalid DN characters (reported by Steinar H. Gunder...
Jelmer Vernooij
2007-10-10
2
-2
/
+31
*
r12697: Support empty fullname fields in unix accounts
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r12695: A dot is allowed in NetBIOS names.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12622: Move table.c prototypes to seperate header to prevent circular depend...
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
2007-10-10
2
-2
/
+4
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r12596: This variable is unused.
Andrew Bartlett
2007-10-10
1
-3
/
+0
*
r12592: Remove some useless dependencies
Jelmer Vernooij
2007-10-10
1
-2
/
+3
*
r12533: Get the ldb.errstring() out to the user on failure. It helps a lot
Andrew Bartlett
2007-10-10
1
-2
/
+9
*
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r12517: Don't generate empty init functions
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12516: Fix drsuapi and netlogon javascript bindings
Jelmer Vernooij
2007-10-10
2
-0
/
+25
*
r12514: Move DCE/RPC interface table to a seperate file
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
2007-10-10
1
-3
/
+1
*
r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit,
Jelmer Vernooij
2007-10-10
3
-38
/
+17
*
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
2007-10-10
1
-0
/
+12
*
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12445: Fix header in manpage, make script executable
Jelmer Vernooij
2007-10-10
1
-0
/
+0
*
r12323: fixeed the use of options.get_credentials() for ldb
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r12322: automatically use cmdline_credentials if the ldb object doesn't have
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r12252: With this change (hack) we can now do an provision onto Samba4's LDAP
Andrew Bartlett
2007-10-10
1
-1
/
+4
*
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
Andrew Bartlett
2007-10-10
3
-14
/
+38
*
r12218: Use common functions for generating lists
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()
Rafal Szczesniak
2007-10-10
1
-2
/
+13
*
r12014: free the irpc_request structure with the irpc_call_recv functions,
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r12013: fix compiler warnings
Stefan Metzmacher
2007-10-10
2
-6
/
+6
*
r12012: fix renaming smbsrv_trees -> smbsrv_tcons
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r11995: A big kerberos-related update.
Andrew Bartlett
2007-10-10
2
-0
/
+15
*
r11956: removed the old rootdse.ldif, and the provision.js code that uses it
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r11814: 1) Set name resolution methods according to smb.conf
Rafal Szczesniak
2007-10-10
1
-1
/
+4
*
r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r11748: By default, use name resolution method provided by means
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r11588: Remove unused (at the moment) variable and quiet compiler warning.
Rafal Szczesniak
2007-10-10
1
-1
/
+0
*
r11586: Further work on ejs interface for libnet. The idea is to split libnet
Rafal Szczesniak
2007-10-10
2
-4
/
+57
*
r11567: Ldb API change patch.
Simo Sorce
2007-10-10
1
-3
/
+4
*
r11501: change provision code to use the new display specifiers
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r11500: fixed a bug in the variable substition code using the new limit argum...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11498: added an optional extra argument to split to limit the number of
Andrew Tridgell
2007-10-10
1
-8
/
+19
*
r11496: add a minimal ads-compatible schema into our sam.ldb setup. This is
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r11475: removed a extraneous ldb_delete() call (i had it there for debugging)
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r11474: - enable ldb transactions from ejs
Andrew Tridgell
2007-10-10
2
-4
/
+100
*
r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In
Andrew Tridgell
2007-10-10
8
-42
/
+48
*
r11439: Make presedence on strcmp comparison clear, and fill in
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r11365: fixed a comment typo
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11363: fixed a problem with provisioning when hklm already exists (the
Andrew Tridgell
2007-10-10
1
-2
/
+1
[prev]
[next]