summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: check in .po files for pam_winbind.Bo Yang2009-08-0318-0/+2850
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix some nonempty blank linesVolker Lendecke2009-08-023-56/+56
|
* Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy2009-08-022-2/+2
|
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-027-30/+24
| | | | | | Pass a "flags" argument instead of the original winbind command down the name_to_sid chain. This way we are independent of the winbind commands and can take the decision at a much higher level
* Some mods for recent coding conventionsVolker Lendecke2009-08-012-3/+6
|
* Place a comment correctlyVolker Lendecke2009-08-011-1/+4
|
* Fix indentationVolker Lendecke2009-08-011-1/+1
|
* Refactoring: mem_ctx is not needed as an argument to centry_sidVolker Lendecke2009-07-311-21/+25
|
* Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke2009-07-313-8/+11
| | | | | It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me.
* Fix some nonempty linesVolker Lendecke2009-07-312-9/+9
|
* Remove a pointless variableVolker Lendecke2009-07-311-3/+1
|
* We're not changing last write, but setting this to be ↵Jeremy Allison2009-07-311-1/+1
| | | | | | | | FILE_NOTIFY_CHANGE_CREATION doesn't work. So use FILE_NOTIFY_CHANGE_LAST_WRITE (now seems to reliably fix bug #6529 - Offline files conflict with Vista and Office 2003. Jeremy.
* s3: Remove invalid constantMatthias Dieter Wallnöfer2009-07-311-1/+0
|
* Provide a mem_ctx for child requestsVolker Lendecke2009-07-311-0/+1
|
* Slightly restructure the async winbind request calling conventionVolker Lendecke2009-07-314-20/+17
| | | | The main loop now allocates the response, this has to be done everywhere
* s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_clientStefan Metzmacher2009-07-312-0/+19
| | | | metze
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to ↵Yannick Bergeron2009-07-311-1/+1
| | | | allow AIX to call sys_getgrouplist only once
* Tidy up treatment of ctime.Jeremy Allison2009-07-302-5/+9
| | | | Jeremy.
* Fix bug #6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-07-301-0/+16
| | | | | | We need to send a notify message when a timestamp is changed that can't be reflected in the underlying POSIX filesystem. Jeremy.
* Remove the extraneous logic in smb_set_info_standard - weJeremy Allison2009-07-302-26/+9
| | | | | do the time twiddling logic at the smb_set_file_time level. Jeremy.
* SMB_INFO_STANDARD is not a valid info level on set,Jeremy Allison2009-07-301-42/+0
| | | | | and was being read incorrectly anyway. Remove. Jeremy.
* s3 po: Regenerate msg files.Kai Blin2009-07-308-16/+11056
|
* s3 net: i18n support for net luaKai Blin2009-07-302-14/+16
|
* s3 net: i18n support for net lookupKai Blin2009-07-302-13/+13
|
* s3 net: i18n for net joinKai Blin2009-07-302-7/+9
|
* s3 net: i18n support for net idmapKai Blin2009-07-302-67/+79
|
* s3 po: Make adding translated files less tediousKai Blin2009-07-301-6/+16
|
* s3 net: i18n support for net helpKai Blin2009-07-303-22/+26
|
* s3 net: Remove uid==0 check from net groupmapKai Blin2009-07-301-7/+0
|
* s3 net: i18n support for net group and net groupmapKai Blin2009-07-303-139/+175
|
* s3 net: i18n support for net fileKai Blin2009-07-302-10/+10
|
* s3 net: i18n for net eventlogKai Blin2009-07-302-24/+33
|
* s3 net: i18n support for net domKai Blin2009-07-302-33/+33
|
* s3 net: i18n support for net confKai Blin2009-07-302-120/+124
|
* s3 po: Update msg filesKai Blin2009-07-308-24/+3485
|
* s3 net: i18n support for net cacheKai Blin2009-07-293-69/+72
|
* s3 net: Correct path for net_ads_gpo.cKai Blin2009-07-291-1/+1
|
* s3 net: i18n for net ads gpoKai Blin2009-07-292-79/+80
|
* s3: Update i18n filesKai Blin2009-07-299-1171/+14182
|
* s3 net: i18n support for net adsKai Blin2009-07-291-378/+389
|
* s3 net: Initial top level support.Kai Blin2009-07-293-154/+166
|
* s3: Attempt to fix hpuxacl moduleTim Prouty2009-07-292-5/+13
|
* s3:passdb: use transaction_wrapped write in tdbsam_new_rid()Michael Adam2009-07-291-1/+2
| | | | | | Now all tdb writes in passdb use transactions. Michael
* s3:secrets: use transaction wrapped store in get rand seed.Michael Adam2009-07-291-2/+2
| | | | | | Now secrets.tdb is only writen with transactions. Michael
* s3:dbwrap: add dbwrap_trans_change_int32_atomic()Michael Adam2009-07-292-0/+21
| | | | | | A transaction wrapper for dbwrap_change_int32_atomic(). Michael
* s3:dbwrap: export logic of dbwrap_change_int32_atomic into an action functionMichael Adam2009-07-291-6/+31
| | | | | | to prepare for adding a transaction wrapper to dbwrap_change_int32_atomic() Michael
* s3:dbwrap: change dbwrap_change_int32_atomic() to take int32_t, not int32Michael Adam2009-07-292-3/+3
| | | | Michael
* s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm.Michael Adam2009-07-291-5/+4
| | | | | | | | Btw, the previous code must have failed to warn when exceeding the high_hwm, because it overwrote hwm with the return value of the dbwrap_store_uint32(), which does not return the hwm but 0 or -1, depending on success. Michael
* s3:winbind: fix typo in debug message in idmap_tdb.Michael Adam2009-07-291-1/+1
| | | | Michael
* s3:winbind: fix typo in debugmessage of idmap_tdbMichael Adam2009-07-291-1/+1
| | | | Michael