index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli/raw: we don't need to include "smb.h" explicit
Stefan Metzmacher
2009-08-07
4
-4
/
+0
*
s4:libcli/raw: also include smb2_constants.h into interfaces.h
Stefan Metzmacher
2009-08-07
1
-1
/
+2
*
s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()
Stefan Metzmacher
2009-08-07
1
-443
/
+482
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
8
-97
/
+148
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
7
-51
/
+47
*
s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-229
/
+215
*
s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-139
/
+89
*
s3:smbd: add generic smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
2
-0
/
+163
*
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
2009-08-07
6
-25
/
+24
*
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
2009-08-07
7
-35
/
+38
*
Fix some nonempty blank lines
Volker Lendecke
2009-08-07
6
-37
/
+36
*
pidl: parse idl 'pipe' typedefs, but print out a not supported message for now
Stefan Metzmacher
2009-08-07
3
-871
/
+950
*
pidl: fix formatting in expr.yp
Stefan Metzmacher
2009-08-07
2
-132
/
+186
*
pidl: fix formatting in idl.yp
Stefan Metzmacher
2009-08-07
2
-698
/
+890
*
librpc: fix callers after epmapper.idl changes
Stefan Metzmacher
2009-08-07
1
-9
/
+9
*
librpc: rerun 'make idl' after epmapper.idl changes
Stefan Metzmacher
2009-08-07
3
-18
/
+18
*
epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDL
Stefan Metzmacher
2009-08-07
1
-4
/
+4
*
s3:smbd: don't ignore check_descend in get_dir_entry()
Stefan Metzmacher
2009-08-07
1
-0
/
+6
*
s3-wkssvcs: fix check for BUILTIN\Administrators membership in wkssvc_Netr{Jo...
Günther Deschner
2009-08-07
1
-2
/
+2
*
s3 net: i18n support for net rpc audit
Kai Blin
2009-08-07
2
-57
/
+61
*
s3 net: net i18n in it's own module
Kai Blin
2009-08-07
2
-0
/
+4880
*
Revert "s3: Update i18n files"
Kai Blin
2009-08-07
9
-28698
/
+1170
*
s3 net: i18n support for net rpc
Kai Blin
2009-08-07
2
-561
/
+618
*
s3 net: i18n support for net registry
Kai Blin
2009-08-07
3
-77
/
+82
*
s3 net: i18n support for net rap
Kai Blin
2009-08-07
2
-226
/
+229
*
fixed another ambiguous talloc call
Andrew Tridgell
2009-08-07
1
-3
/
+3
*
ensure that child tasks die when the parent dies
Andrew Tridgell
2009-08-07
1
-0
/
+24
*
prime the sam ldb schema in the parent samba process
Andrew Tridgell
2009-08-07
1
-0
/
+18
*
use talloc with the global schema consistently
Andrew Tridgell
2009-08-07
1
-1
/
+2
*
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
2009-08-07
9
-20
/
+11
*
s3: add a test to test libsmbclient
Bo Yang
2009-08-08
2
-2
/
+98
*
s3: Fix nss info substitution
Bo Yang
2009-08-08
1
-3
/
+3
*
make sure we never look past the end of either string in ldb_comparison_fold()
Andrew Tridgell
2009-08-07
1
-26
/
+44
*
s4:ldb Make error message in rnd_name more useful
Andrew Bartlett
2009-08-07
1
-3
/
+9
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett
2009-08-07
2
-6
/
+69
|
\
|
*
s3: Fix a bug in renames of directories
Tim Prouty
2009-08-06
1
-6
/
+19
|
*
s4 torture: Extend the RAW-RENAME test to more fully test directory renames.
Tim Prouty
2009-08-06
1
-0
/
+50
*
|
s4:setup Remove extra newlines that break OpenLDAP backend
Oliver Liebel
2009-08-07
1
-2
/
+0
|
/
*
Remove a const warning.
Jeremy Allison
2009-08-06
2
-2
/
+3
*
Fix bug #5714 - NetBSD, ENODATA undefined, at least some releases.
Jeremy Allison
2009-08-06
1
-0
/
+4
*
Put SMB_INFO_STANDARD back into setfileinfo, but do it right
Jeremy Allison
2009-08-06
1
-0
/
+45
*
Add define guards around otherwise unused variable.
Jeremy Allison
2009-08-06
1
-0
/
+3
*
s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5.
Günther Deschner
2009-08-06
1
-1
/
+6
*
Unable to browse DFS when using kerberos
Bo Yang
2009-08-07
1
-8
/
+14
*
s4: Simplify two lines in the "samdb.py" file (cosmetic)
Matthias Dieter Wallnöfer
2009-08-06
1
-2
/
+1
*
s4:enableaccount script: Remove a redundant line
Matthias Dieter Wallnöfer
2009-08-06
1
-1
/
+0
*
s3/smbldap: Fix typo in debug message.
Karolin Seeger
2009-08-06
1
-1
/
+1
*
There is one signedness issue in tdb which prevents traverses of TDB records
Rusty Russell
2009-08-06
1
-9
/
+21
*
Revert "deliberately break the build"
Andrew Tridgell
2009-08-06
1
-1
/
+1
*
deliberately break the build
Andrew Tridgell
2009-08-06
1
-1
/
+1
[next]