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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3 net: i18n support for net rpc join
Kai Blin
2009-08-10
2
-15
/
+19
*
s3-spoolss: remove device mode defines from nt_printing.h.
Günther Deschner
2009-08-10
2
-122
/
+17
*
Implement db_rbt_traverse
Volker Lendecke
2009-08-08
1
-4
/
+33
*
s3:smbd: convert '\\' into '/' in SMB2 Create
Stefan Metzmacher
2009-08-08
1
-0
/
+8
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
15
-118
/
+118
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
2
-30
/
+18
*
Correctly send out notify messages for timestamp changes.
Jeremy Allison
2009-08-07
1
-5
/
+3
*
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
*
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
*
s3: Fix nss info substitution
Bo Yang
2009-08-08
1
-3
/
+3
*
s3: Fix a bug in renames of directories
Tim Prouty
2009-08-06
1
-6
/
+19
*
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
*
Unable to browse DFS when using kerberos
Bo Yang
2009-08-07
1
-8
/
+14
*
s3/smbldap: Fix typo in debug message.
Karolin Seeger
2009-08-06
1
-1
/
+1
*
set uidwrappersrcdir
Andrew Tridgell
2009-08-06
1
-0
/
+1
*
define uwrap_enabled() on Samba3
Andrew Tridgell
2009-08-06
1
-0
/
+3
*
s3:winbind: Convert WINBINDD_GETGROUPS to the new API
Volker Lendecke
2009-08-05
5
-173
/
+230
*
s3:winbind: Add async wb_gettoken
Volker Lendecke
2009-08-05
3
-0
/
+224
*
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Volker Lendecke
2009-08-05
5
-28
/
+131
*
s3:winbind: Add async wb_lookupusergroups
Volker Lendecke
2009-08-05
12
-2
/
+497
*
s3:winbind: Make wcache_lookup_usergroups externally visible
Volker Lendecke
2009-08-05
2
-29
/
+52
*
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Volker Lendecke
2009-08-05
5
-28
/
+145
*
s3:winbind: Add async wb_lookupuseraliases
Volker Lendecke
2009-08-05
12
-2
/
+643
*
s3:winbind: Make parse_sidlist take a const char *
Volker Lendecke
2009-08-05
2
-5
/
+12
*
s3:winbind: Make wcache_lookup_useraliases available publically
Volker Lendecke
2009-08-05
2
-33
/
+78
*
s3:winbind: Convert WINBINDD_GETPWUID to the new API
Volker Lendecke
2009-08-05
5
-265
/
+117
*
s3:winbind: Convert WINBINDD_GETPWNAM to the new API
Volker Lendecke
2009-08-05
5
-98
/
+152
*
s3:winbind: Convert WINBINDD_GETPWSID to the new API
Volker Lendecke
2009-08-05
5
-21
/
+101
*
s3:winbind: Add async wb_getpwsid
Volker Lendecke
2009-08-05
3
-0
/
+230
*
s3:winbind: Make fillup_pw_field publically available
Volker Lendecke
2009-08-05
2
-1
/
+9
*
s3:winbind: Add async wb_queryuser
Volker Lendecke
2009-08-05
12
-2
/
+721
*
s3:winbind: Make wcache_query_user externally visible
Volker Lendecke
2009-08-05
2
-22
/
+47
*
s3:winbind: Convert WINBINDD_GID_TO_SID the new API
Volker Lendecke
2009-08-05
5
-59
/
+96
[next]